UCOMITypeInfo.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
,請參閱 MSDN 連結庫。