UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) メソッド

定義

型の説明が COM クラスについて言及している場合は、実装されているインターフェイス型の説明を取得します。

public:
 void GetRefTypeOfImplType(int index, [Runtime::InteropServices::Out] int % href);
public void GetRefTypeOfImplType (int index, out int href);
abstract member GetRefTypeOfImplType : int * int -> unit
Public Sub GetRefTypeOfImplType (index As Integer, ByRef href As Integer)

パラメーター

index
Int32

ハンドルが返される実装された型のインデックス。

href
Int32

実装されたインターフェイスのハンドルへの参照。

注釈

の詳細については ITypeInfo::GetRefTypeOfImplType 、MSDN ライブラリを参照してください。

適用対象