Share via


Type.GetAttributeFlagsImpl メソッド

派生クラスによってオーバーライドされた場合、 Attributes プロパティを実装し、 Type に関連付けられている属性を示すビットマスクを取得します。

Protected MustOverride Function GetAttributeFlagsImpl() As _
   TypeAttributes
[C#]
protected abstract TypeAttributes GetAttributeFlagsImpl();
[C++]
protected: virtual TypeAttributes GetAttributeFlagsImpl() = 0;
[JScript]
protected abstract function GetAttributeFlagsImpl() :
   TypeAttributes;

戻り値

Type の属性のセットを表す TypeAttributes オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Type クラス | Type メンバ | System 名前空間 | Attributes | TypeAttributes