次の方法で共有


ActionDescriptor.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。

実装

例外

attritubeType パラメーターが null です。

適用対象