AttributeTable.ContainsAttributes(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷此表格是否包含給定型別的中繼資料。
public:
bool ContainsAttributes(Type ^ type);
public bool ContainsAttributes (Type type);
member this.ContainsAttributes : Type -> bool
Public Function ContainsAttributes (type As Type) As Boolean
參數
- type
- Type
要檢查中繼資料的型別。
傳回
如果資料表包含類別層級之型別的中繼資料,或包含與 true
或 DependencyProperty
關聯的中繼資料,則為 MemberDescriptor
,否則為 false
。
例外狀況
type
為 null
。