Share via


ITypeInfo.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 方法

適用於