ITypeInfo.GetRefTypeOfImplType(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果型別描述描述了 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 方法。