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