EnumBuilder.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
套用自訂屬性的 Type
物件。
- inherit
- Boolean
指定是否要搜尋這個成員的繼承鏈結以尋找屬性。
如果將一個或多個 attributeType
的執行個體定義於這個成員,則為 true
;否則為 false
。
不完整的類型目前不支援這個方法。
因應措施是檢查是否已針對已完成的類型定義自定義屬性,請使用 GetType 擷取型別,並在傳Type回的上呼叫 GetCustomAttributes 。
產品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |