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

定義

指定された属性型のインスタンスが 1 つ以上このメンバーに適用されているかどうかを示します。

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

このメンバーの継承チェーンを検索して属性を見つける場合は true。それ以外の場合は false

戻り値

指定された属性がこのメンバーに適用されている場合は true。それ以外の場合は false

適用対象

こちらもご覧ください