ModuleBuilder.IsDefined(Type, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示指定的属性类型是否已应用于此模块。
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 是 null。
attributeType 不是 Type 运行时提供的对象。 例如, attributeType 是一个 TypeBuilder 对象。