UCOMITypeLib 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202
请改用 ITypeLib。
public interface class UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeLib
[System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeLib
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeLib = interface
[<System.Runtime.InteropServices.Guid("00020402-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeLib = interface
Public Interface UCOMITypeLib
- 属性
注解
有关 接口的其他信息 ITypeLib
,请参阅 MSDN 库。
方法
FindName(String, Int32, UCOMITypeInfo[], Int32[], Int16) |
已过时.
在类型库中查找类型说明的匹配项。 |
GetDocumentation(Int32, String, String, Int32, String) |
已过时.
检索库的文档字符串、完整的帮助文件名和路径以及帮助文件中的库帮助主题的上下文标识符。 |
GetLibAttr(IntPtr) |
已过时.
检索包含库的特性的结构。 |
GetTypeComp(UCOMITypeComp) |
已过时.
使客户端编译器能够绑定到库的类型、变量、常数和全局函数。 |
GetTypeInfo(Int32, UCOMITypeInfo) |
已过时.
在库中检索指定的类型说明。 |
GetTypeInfoCount() |
已过时.
返回类型库中的类型说明的数量。 |
GetTypeInfoOfGuid(Guid, UCOMITypeInfo) |
已过时.
检索与指定的 GUID 相对应的类型说明。 |
GetTypeInfoType(Int32, TYPEKIND) |
已过时.
检索类型说明的类型。 |
GetTypeInfoType(Int32, TYPEKIND) |
已过时.
检索类型说明的类型。 |
IsName(String, Int32) |
已过时.
指示传入的字符串是否包含库中描述的类型或成员的名称。 |
ReleaseTLibAttr(IntPtr) |
已过时.
释放最初从 TYPELIBATTR 获取的 GetLibAttr(IntPtr)。 |