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

定義

指定した属性の型がこのメソッドにアタッチされているかどうかを判断します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

type
Type

検索する属性の型。

inherit
Boolean

このメンバーの継承階層を検索して属性を見つける場合は true

戻り値

常に false

適用対象

こちらもご覧ください