次の方法で共有


UCOMITypeInfo.GetTypeAttr メソッド

型の説明の属性を格納している TYPEATTR 構造体を取得します。

Sub GetTypeAttr( _
   <Out()> ByRef ppTypeAttr As IntPtr _)
[C#]
void GetTypeAttr(
   out IntPtrppTypeAttr);
[C++]
void GetTypeAttr(
   [
   Out
] IntPtr* ppTypeAttr);
[JScript]
function GetTypeAttr(
   ppTypeAttr : IntPtr);

パラメータ

  • ppTypeAttr
    正常に返された場合は、型の説明の属性を格納している構造体への参照。

解説

ppTypeAttr の値には、 PtrToStructure を使用してアクセスできます。

ITypeInfo::GetTypeAttr の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間