次の方法で共有


IComExposedClass.GetComInterfaceEntries(Int32) メソッド

定義

この型を COM に公開するためにインスタンスに ComWrappers 提供する COM インターフェイス情報を取得します。

public:
 static System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public static abstract System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
static member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>

パラメーター

count
Int32

この型が実装する COM インターフェイスの数。

戻り値

型が実装するインターフェイスのインターフェイス エントリ情報。

適用対象