ITypeLib Interface

Provides access to the contents of a type library. For more information, see ITypeLib Interface.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("00020402-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeLib
‘사용 방법
Dim instance As 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

See Also

Reference

ITypeLib Members

Microsoft.VisualStudio.OLE.Interop Namespace