IVsTypeLibraryWrapper Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This interface is implemented by all wrapping tools.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<InterfaceTypeAttribute()> _
<GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")> _
Public Interface IVsTypeLibraryWrapper
Dim instance As IVsTypeLibraryWrapper
[InterfaceTypeAttribute()]
[GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")]
public interface IVsTypeLibraryWrapper
[InterfaceTypeAttribute()]
[GuidAttribute(L"E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")]
public interface class IVsTypeLibraryWrapper
public interface IVsTypeLibraryWrapper
Remarks
Use the IVsTypeLibraryWrapper interface whenever you use one of the wrapping tools defined in Type Library Wrapper Tools.
Notes to Implementers:
Implement this interface when you need to generate a standardized Visual Studio wrapper for COM components.