ITypeLib Interface
Provides access to the contents of a type library. For more information, see ITypeLib Interface.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("00020402-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeLib
'Usage
Dim instance As ITypeLib
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeLib
[GuidAttribute(L"00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class ITypeLib
public interface ITypeLib