ITypeInfo 接口

允许读取有关对象的信息。

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

语法

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

ITypeInfo 类型公开以下成员。

方法

  名称 说明
公共方法 GetImplTypeFlags 检索接口的 IMPLTYPEFLAGS 标志。
公共方法 GetMops 检索封送处理信息。
公共方法 GetRefTypeInfo 检索该类型具有指定类型的引用的声明阐释。
公共方法 GetRefTypeOfImplType 检索实现的接口类型的类型声明一个组件对象类 (coclass) 或一个继承接口的。
公共方法 GetTypeComp 检索类型的声明 ITypeComp 接口,使客户端编译器绑定到类型声明的成员。
公共方法 LocalAddressOfMember 基础结构。仅由 Microsoft 内部使用。
公共方法 LocalGetIDsOfNames 基础结构。仅由 Microsoft 内部使用。
公共方法 LocalInvoke 基础结构。仅由 Microsoft 内部使用。
公共方法 LocalReleaseFuncDesc 基础结构。仅由 Microsoft 内部使用。
公共方法 LocalReleaseTypeAttr 基础结构。仅由 Microsoft 内部使用。
公共方法 LocalReleaseVarDesc 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteCreateInstance 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetContainingTypeLib 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetDllEntry 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetDocumentation 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetFuncDesc 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetNames 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetTypeAttr 基础结构。仅由 Microsoft 内部使用。
公共方法 RemoteGetVarDesc 基础结构。仅由 Microsoft 内部使用。

页首

请参见

参考

Microsoft.VisualStudio.VsWizard 命名空间