FieldBuilder.IsDefined(Type, Boolean) 方法

定义

指示是否在字段上定义了具有指定类型的属性。

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

基类中自定义属性的控件继承。

返回

如果该字段上定义了一个或多个 attributeType 实例,则为 true否则为 false

例外

目前尚不支持此方法。 使用 GetField(String, BindingFlags) 检索该字段,并对返回的 FieldInfo 调用 IsDefined(Type, Boolean)

适用于