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) 的类型描述 (GUID)。
公共方法 GetTypeInfoType 检索类型说明的类型。
公共方法 LocalReleaseTLibAttr 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteFindName 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetDocumentation 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetLibAttr 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetTypeInfoCount 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteIsName 基础结构。仅由 Microsoft 内部使用。

页首

请参见

参考

Microsoft.VisualStudio.VsWizard 命名空间