Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")> _
Public Interface IVsTypeLibraryWrapper
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E6065B70-C9B6-4636-80F5-1CF92D7ECE5B")>]
type IVsTypeLibraryWrapper = interface end
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.