ITypeLib Interface
Provides methods for accessing a library of type descriptions.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
| Name | Description | |
|---|---|---|
![]() | GetTypeComp(ITypeComp) | Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions. |
![]() | GetTypeInfo(UInt32, Type) | Retrieves the specified type description in the library. |
![]() | GetTypeInfoOfGuid(Guid, Type) | Retrieves the type description that corresponds to the specified globally unique identifier (GUID). |
![]() | GetTypeInfoType(UInt32, tagTYPEKIND) | Retrieves the type of a type description. |
![]() | LocalReleaseTLibAttr() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoteFindName(String, UInt32, Type, Int32, UInt16, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoteGetDocumentation(Int32, UInt32, String, String, UInt32, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoteGetLibAttr(IntPtr, UInt32) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoteGetTypeInfoCount(UInt32) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | RemoteIsName(String, UInt32, Int32, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
