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

定義

指定されたカスタム属性のインスタンスが 1 つ以上このメンバーに定義されているかどうかを示す値を取得します。

public virtual bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
override this.IsDefined : Type * bool -> bool
Public Overridable Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

パラメーター

attributeType
Type

カスタム属性の型。

inherit
Boolean

継承されたカスタム属性の階層チェーンを検索する場合は true。それ以外の場合は false。

戻り値

このメンバーに 対して が attributeType 定義されている場合は true、それ以外の場合は false。

実装

例外

パラメーターが attributeType null (Visual Basic では Nothing) です。

適用対象