IVsTypeLibraryWrapperCallback Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Allows the wrapper tools to communicate back to the project system and retrieve already existing wrappers for a given type library.
The IVsTypeLibraryWrapperCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAssembly | Infrastructure. Returns a path to an assembly if the assembly is referenced. If the assembly is not referenced, returns an error code. | |
GetComClassic | Infrastructure. Returns a COM classic TLIBATTR wrapper structure for a given type library and wrapper tool combination. | |
GetComClassicByTypeLibName | Infrastructure. Returns a COM classic wrapper name for a given type library and wrapper tool combination. |
Top