TypeDelegator.IsDefined(Type, Boolean) メソッド

定義

attributeType で識別されるカスタム属性が定義されているかどうかを示します。

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

パラメーター

attributeType
Type

この型の継承チェーンを検索して属性を見つけるかどうかを指定します。

inherit
Boolean

型により識別されるカスタム属性の配列。

戻り値

attributeType で識別されるカスタム属性が定義されている場合は true。それ以外の場合は false

例外

attributeTypenull です。

カスタム属性の型を読み込むことはできません。

適用対象