ITypeLib 接口

提供对类型库的内容。 有关更多信息,请参见 ITypeLib

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

语法

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

ITypeLib 类型公开以下成员。

方法

  名称 说明
公共方法 FindName
公共方法 GetDocumentation
公共方法 GetLibAttr
公共方法 GetTypeComp
公共方法 GetTypeInfo
公共方法 GetTypeInfoCount
公共方法 GetTypeInfoOfGuid
公共方法 GetTypeInfoType
公共方法 IsName
公共方法 ReleaseTLibAttr

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间