Attribute.IsDefined メソッド (MemberInfo, Type)
指定した型のカスタム属性が、指定したクラス メンバに適用されているかどうか、または基本クラスから継承されているかどうかを判断します。
Overloads Public Shared Function IsDefined( _
ByVal element As MemberInfo, _ ByVal attributeType As Type _) As Boolean
[C#]
public static bool IsDefined(MemberInfoelement,TypeattributeType);
[C++]
public: static bool IsDefined(MemberInfo* element,Type* attributeType);
[JScript]
public static function IsDefined(
element : MemberInfo,attributeType : Type) : Boolean;
パラメータ
- element
クラスのコンストラクタ メンバ、イベント メンバ、フィールド メンバ、メソッド メンバ、型メンバ、またはプロパティ メンバを記述する MemberInfo クラスから派生したオブジェクト。 - attributeType
カスタム属性を適用する対象の Type オブジェクト。
戻り値
attributeType 型のカスタム属性が element に適用される場合は true 。それ以外の場合は false 。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | element または attributeType が null 参照 (Visual Basic では Nothing) です。 |
ArgumentException | attributeType が Attribute から派生していません。 |
NotSupportedException | element がコンストラクタ、メソッド、プロパティ、イベント、型、またはフィールドではありません。 |
解説
element がメソッドまたは型の場合には、 element の祖先に対しカスタム属性が検索されます。
必要条件
プラットフォーム: 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
参照
Attribute クラス | Attribute メンバ | System 名前空間 | Attribute.IsDefined オーバーロードの一覧