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 library。

適用於