Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way for user code to implement COM interfaces #79

Closed
wjk opened this issue Feb 2, 2021 · 1 comment
Closed

Provide a way for user code to implement COM interfaces #79

wjk opened this issue Feb 2, 2021 · 1 comment

Comments

@wjk
Copy link

wjk commented Feb 2, 2021

I am using CsWinRT as a means of implementing control-less rich text support for my application. This requires that I retrieve an instance of ITextServices (which is trivial), and provide an instance of ITextHost. This second one is a problem, because while CsWinRT can easily bind it, AFAIK the code generator can currently only generate code to call an interface, not to implement one. Therefore, this issue is a blocker for this project. Could you please look into this? Thanks!

(And, by the way, props for generating NativeAOT-compatible code. Much appreciated!)

@AArnott
Copy link
Member

AArnott commented Feb 3, 2021

Great point about not being able to implement, door faces. That will fit as part of #26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants