TypeDelegator.IsDefined(Type, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出由 attributeType
識別的自訂屬性是否定義。
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
。
例外狀況
attributeType
為 null
。
無法載入自訂屬性類型。