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) |
已淘汰.
擷取包含程式庫之屬性 (Attribute) 的結構。 |
GetTypeComp(UCOMITypeComp) |
已淘汰.
讓用戶端編譯器 (Compiler) 繫結至程式庫的型別、變數、常數和全域函式。 |
GetTypeInfo(Int32, UCOMITypeInfo) |
已淘汰.
擷取程式庫中指定的型別描述。 |
GetTypeInfoCount() |
已淘汰.
傳回型別程式庫中型別描述的數目。 |
GetTypeInfoOfGuid(Guid, UCOMITypeInfo) |
已淘汰.
擷取對應到所指定 GUID 的型別描述。 |
GetTypeInfoType(Int32, TYPEKIND) |
已淘汰.
擷取型別描述的型別。 |
GetTypeInfoType(Int32, TYPEKIND) |
已淘汰.
擷取型別描述的型別。 |
IsName(String, Int32) |
已淘汰.
指示傳入字串是否含有程式庫中所描述型別或成員的名稱。 |
ReleaseTLibAttr(IntPtr) |
已淘汰.
釋放原來從 TYPELIBATTR 取得的 GetLibAttr(IntPtr)。 |