ITypeLib Interface
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
'Declaración
<GuidAttribute("00020402-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeLib
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeLib
The ITypeLib type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindName | ||
GetDocumentation | ||
GetLibAttr | ||
GetTypeComp | ||
GetTypeInfo | ||
GetTypeInfoCount | ||
GetTypeInfoOfGuid | ||
GetTypeInfoType | ||
IsName | ||
ReleaseTLibAttr |
Top