'宣言 Public Overrides Function IsDefined( _ ByVal attributeType As System.Type, _ ByVal inherit As System.Boolean _ ) As System.Boolean
public override System.bool IsDefined( System.Type attributeType, System.bool inherit )
パラメータ
- attributeType
- カスタム属性の適用先の Type オブジェクト。
- inherit
- このメンバの継承チェインを検索して、それらの属性を探すかどうかを指定します。
戻り値の型
attributeTypeの1つ以上のインスタンスがこのメンバに適用される場合は true、そうでない場合は false。