Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to the contents of a type library. For more information, see ITypeLib Interface [Automation].
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
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeLib
[GuidAttribute(L"00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class ITypeLib
[<GuidAttribute("00020402-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type ITypeLib = interface end
public interface ITypeLib
The ITypeLib type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
FindName | |
![]() |
GetDocumentation | |
![]() |
GetLibAttr | |
![]() |
GetTypeComp | |
![]() |
GetTypeInfo | |
![]() |
GetTypeInfoCount | |
![]() |
GetTypeInfoOfGuid | |
![]() |
GetTypeInfoType | |
![]() |
IsName | |
![]() |
ReleaseTLibAttr |
Top