ActionDescriptor.IsDefined(Type, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否已為此成員定義指定之屬性型別的一個或多個執行個體。
public virtual bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
override this.IsDefined : Type * bool -> bool
Public Overridable Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
參數
- attributeType
- Type
自訂屬性的型別。
- inherit
- Boolean
true 表示查閱繼承自訂屬性的階層鏈結;否則為 false。
傳回
如果 attributeType
為這個成員定義,則為 true;否則為 false。
實作
例外狀況
attritubeType
參數為 null。