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