This documentation is archived and is not being maintained.
ITypeLib Interface
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(1)]
[ComConversionLossAttribute]
public interface ITypeLib
| Name | Description |
|---|
 | FindName(String, UInt32, Type, Int32[], UInt16, String) | |
 | GetDocumentation(Int32, UInt32, String, String, UInt32, String) | |
 | GetLibAttr(IntPtr, CLEANLOCALSTORAGE[]) | |
 | GetTypeComp(ITypeComp) | |
 | GetTypeInfo(UInt32, Type) | |
 | GetTypeInfoCount(UInt32) | |
 | GetTypeInfoOfGuid(Guid, Type) | |
 | GetTypeInfoType(UInt32, TYPEKIND[]) | |
 | IsName(String, UInt32, Int32, String) | |
 | ReleaseTLibAttr() | |
Return to top