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 ライブラリを参照してください。

適用対象