UCOMITypeInfo.GetRefTypeOfImplType(Int32, Int32) 方法

定义

如果类型说明描述 COM 类,则它将检索已实现的接口类型的类型说明。If a type description describes a COM class, it retrieves the type description of the implemented interface types.

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

返回其句柄的已实现类型的索引。Index of the implemented type whose handle is returned.

href
Int32

对已实现接口的句柄的引用。Reference to a handle for the implemented interface.

注解

有关的其他信息 ITypeInfo::GetRefTypeOfImplType ,请参阅 MSDN library。For additional information about ITypeInfo::GetRefTypeOfImplType, see the MSDN Library.

适用于