UCOMITypeInfo.GetTypeAttr(IntPtr) 方法

定義

擷取包含類型描述之屬性 (Attribute) 的 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 程式庫。

適用於