ITypeInfo 接口

提供信息,并发现对象及其功能的类型库,。 有关更多信息,请参见 ITypeInfo

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

语法

声明
<GuidAttribute("00020401-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ITypeInfo
[GuidAttribute("00020401-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ITypeInfo

ITypeInfo 类型公开以下成员。

方法

  名称 说明
公共方法 AddressOfMember
公共方法 CreateInstance
公共方法 GetContainingTypeLib
公共方法 GetDllEntry
公共方法 GetDocumentation
公共方法 GetFuncDesc
公共方法 GetIDsOfNames
公共方法 GetImplTypeFlags
公共方法 GetMops
公共方法 GetNames
公共方法 GetRefTypeInfo
公共方法 GetRefTypeOfImplType
公共方法 GetTypeAttr
公共方法 GetTypeComp
公共方法 GetVarDesc
公共方法 Invoke
公共方法 ReleaseFuncDesc
公共方法 ReleaseTypeAttr
公共方法 ReleaseVarDesc

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间