UCOMITypeInfo.GetTypeAttr(IntPtr) 方法

定义

检索包含类型说明的特性的 TYPEATTR 结构。

public:
 void GetTypeAttr([Runtime::InteropServices::Out] IntPtr % ppTypeAttr);
public void GetTypeAttr (out IntPtr ppTypeAttr);
abstract member GetTypeAttr : nativeint -> unit
Public Sub GetTypeAttr (ByRef ppTypeAttr As IntPtr)

参数

ppTypeAttr
IntPtr

nativeint

成功返回后,为对包含此类型说明的特性的结构的引用。

注解

ppTypeAttr的值可以通过 访问PtrToStructure

有关 的其他 ITypeInfo::GetTypeAttr信息,请参阅 MSDN 库。

适用于