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

适用于