_Type.IsDefined(Type, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 COM 物件提供與版本無關的 IsDefined(Type, Boolean) 方法之存取權。
public:
bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
參數
- attributeType
- Type
套用自訂屬性的 Type
物件。
- inherit
- Boolean
指定是否要搜尋這個成員的繼承鏈結以尋找屬性。
傳回
如果一或多個 attributeType
的執行個體套用至這個成員,則為 true
;否則為 false
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 MemberInfo.IsDefined 會指出 是否將一或多個 實例 attributeType
套用至這個成員。