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

'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
Public method FindName
Public method GetDocumentation
Public method GetLibAttr
Public method GetTypeComp
Public method GetTypeInfo
Public method GetTypeInfoCount
Public method GetTypeInfoOfGuid
Public method GetTypeInfoType
Public method IsName
Public method ReleaseTLibAttr

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace