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

适用于