ITypeLib 接口

提供用于访问类型描述库的方法。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("00020402-0000-0000-C000-000000000046")> _
Public Interface ITypeLib
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
public interface ITypeLib
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"00020402-0000-0000-C000-000000000046")]
public interface class ITypeLib
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("00020402-0000-0000-C000-000000000046")>]
type ITypeLib =  interface end
public interface ITypeLib

ITypeLib 类型公开以下成员。

方法

  名称 说明
公共方法 GetTypeComp 为类型库检索指向 ITypeComp 的指针。此使客户端编译器能够绑定到库的类型、变量、常数和全局函数。
公共方法 GetTypeInfo 在库中检索指定的类型说明。
公共方法 GetTypeInfoOfGuid 检索与指定的全局唯一标识符 (GUID) 相对应的类型说明。
公共方法 GetTypeInfoType 检索类型说明的类型。
公共方法 LocalReleaseTLibAttr 基础结构。 仅由 Microsoft 内部使用。
公共方法 RemoteFindName 基础结构。 仅由 Microsoft 内部使用。
公共方法 RemoteGetDocumentation 基础结构。 仅由 Microsoft 内部使用。
公共方法 RemoteGetLibAttr 基础结构。 仅由 Microsoft 内部使用。
公共方法 RemoteGetTypeInfoCount 基础结构。 仅由 Microsoft 内部使用。
公共方法 RemoteIsName 基础结构。 仅由 Microsoft 内部使用。

页首

请参阅

参考

Microsoft.VisualStudio.VsWizard 命名空间