MethodBuilder.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
指定是否要搜尋這個成員的繼承鏈結以尋找自訂屬性。
傳回
如果已定義指定的自訂屬性類型,則為 true
,否則為 false
。
例外狀況
目前不支援這個方法。 使用 GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) 擷取方法並在傳回的 MethodInfo 上呼叫 IsDefined(Type, Boolean)。