ITypeComp インターフェイス

定義

ITypeComp インターフェイスのマネージド定義を提供します。

public interface class ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeComp
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")]
public interface ITypeComp
public interface ITypeComp
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeComp = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("00020403-0000-0000-C000-000000000046")>]
type ITypeComp = interface
type ITypeComp = interface
Public Interface ITypeComp
属性

注釈

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

共通言語ランタイムは、ネイティブ コードの COM メソッドが HRESULT を返すときに例外をスローします。 詳細については、「 How to: Map HRESULTs and Exceptions」を参照してください。

メソッド

Bind(String, Int32, Int16, ITypeInfo, DESCKIND, BINDPTR)

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

BindType(String, Int32, ITypeInfo, ITypeComp)

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

適用対象