次の方法で共有


Attribute.IsDefined メソッド (MemberInfo, Type, Boolean)

指定した型のカスタム属性が、指定したクラス メンバに適用されているかどうか、またはオプションで基本クラスから継承されているかどうかを判断します。

Overloads Public Shared Function IsDefined( _
   ByVal element As MemberInfo, _   ByVal attributeType As Type, _   ByVal inherit As Boolean _) As Boolean
[C#]
public static bool IsDefined(MemberInfoelement,TypeattributeType,boolinherit);
[C++]
public: static bool IsDefined(MemberInfo* element,Type* attributeType,boolinherit);
[JScript]
public static function IsDefined(
   element : MemberInfo,attributeType : Type,inherit : Boolean) : Boolean;

パラメータ

  • element
    クラスのコンストラクタ メンバ、イベント メンバ、フィールド メンバ、メソッド メンバ、型メンバ、またはプロパティ メンバを記述する MemberInfo クラスから派生したオブジェクト。
  • attributeType
    カスタム属性を適用する対象の Type オブジェクト。
  • inherit
    true の場合は、 element の祖先のカスタム属性も検索することを示します。

戻り値

attributeType 型のカスタム属性が element に適用される場合は true 。それ以外の場合は false

例外

例外の種類 条件
ArgumentNullException element または attributeType が null 参照 (Visual Basic では Nothing) です。
ArgumentException attributeTypeAttribute から派生していません。
NotSupportedException element がコンストラクタ、メソッド、プロパティ、イベント、型、またはフィールドではありません。

解説

inherittrue であり、 element がメソッドまたは型の場合には、祖先に対して element のカスタム属性が検索されます。 element がコンストラクタ、フィールド、プロパティ、またはイベントの場合には、 inherit は無視されます。

必要条件

プラットフォーム: 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

参照

Attribute クラス | Attribute メンバ | System 名前空間 | Attribute.IsDefined オーバーロードの一覧