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

COM interfaces should derive from each other #36

Closed
AArnott opened this issue Nov 25, 2020 · 1 comment
Closed

COM interfaces should derive from each other #36

AArnott opened this issue Nov 25, 2020 · 1 comment

Comments

@AArnott
Copy link
Member

AArnott commented Nov 25, 2020

On COM interfaces, we should express base interfaces using CLR base type metadata instead of NativeInheritanceAttribute.

As discussed on Teams, .NET can absolutely interop with COM interfaces that derive from each other. For example in VS we do it with this interface: https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.shell.interop.ivsfilechangeex3?view=visualstudiosdk-2019

@sotteson1
Copy link
Contributor

Fixed in the latest version.

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