共用方式為


AttributeTable.ContainsAttributes(Type) 方法

定義

判斷此表格是否包含給定型別的中繼資料。

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

要檢查中繼資料的型別。

傳回

如果資料表包含類別層級之型別的中繼資料,或包含與 trueDependencyProperty 關聯的中繼資料,則為 MemberDescriptor,否則為 false

例外狀況

typenull

適用於