UCOMITypeComp インターフェイス

定義

注意事項

Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. http://go.microsoft.com/fwlink/?linkid=14202

代わりに ITypeComp を使用してください

public interface class UCOMITypeComp
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMITypeComp
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMITypeComp
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMITypeComp = interface
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMITypeComp = interface
Public Interface UCOMITypeComp
属性

注釈

インターフェイスの ITypeComp 詳細については、MSDN ライブラリを参照してください。

メソッド

Bind(String, Int32, Int16, UCOMITypeInfo, DESCKIND, BINDPTR)
古い.

型のメンバーに名前を割り当てたり、タイプ ライブラリに格納されているグローバル変数、および関数をバインドしたりします。

BindType(String, Int32, UCOMITypeInfo, UCOMITypeComp)
古い.

タイプ ライブラリ内に格納されている型の説明にバインドします。

適用対象