IVsTypeLibraryWrapper Methods

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodGetMainWrapperFilename(array<TLIBATTR>^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the filename for a given type library.

System_CAPS_pubmethodGetMainWrapperFriendlyName(array<TLIBATTR>^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name that is displayed in the project system when the component is referred to.

System_CAPS_pubmethodNeedsRegeneration(array<TLIBATTR>^, String^, String^, Int32, Int32, String^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a given wrapper for a given type library needs to be regenerated.

System_CAPS_pubmethodWrapTypeLibrary(array<TLIBATTR>^, String^, String^, String^, Int32, IVsTypeLibraryWrapperCallback^, array<IntPtr>^, array<IntPtr>^, array<IntPtr>^, array<IntPtr>^, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. Finds or encapsulates wrappers for the requested type library as well as any dependent type libraries.

Return to top
Show: