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 内部使用。 |
页首