UCOMITypeInfo.GetImplTypeFlags(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在类型说明中检索某个已实现的接口或基接口的 IMPLTYPEFLAGS 值。
public:
void GetImplTypeFlags(int index, [Runtime::InteropServices::Out] int % pImplTypeFlags);
public void GetImplTypeFlags (int index, out int pImplTypeFlags);
abstract member GetImplTypeFlags : int * int -> unit
Public Sub GetImplTypeFlags (index As Integer, ByRef pImplTypeFlags As Integer)
参数
- index
- Int32
已实现的接口或基接口的索引。
- pImplTypeFlags
- Int32
成功返回时,对 IMPLTYPEFLAGS
枚举的引用。
注解
有关 的其他 ITypeInfo::GetImplTypeFlags
信息,请参阅 MSDN 库。