AttributeTable 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性表格是中繼資料屬性的唯讀集合,這些屬性與特定的型別、成員和相依性關聯。
public ref class AttributeTable sealed
public sealed class AttributeTable
type AttributeTable = class
Public NotInheritable Class AttributeTable
- 繼承
-
AttributeTable
備註
此表格是使用 AttributeTableBuilder 建立,而且由 MetadataStore 使用。
AttributeTable 是使用 AttributeTableBuilder 建立,而且由 MetadataStore 使用。
屬性
AttributedTypes |
傳回所有型別的列舉,這些型別在屬性、成員或是型別本身都具有屬性覆寫。 |
方法
ContainsAttributes(Type) |
判斷此表格是否包含給定型別的中繼資料。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetCustomAttributes(Type) |
傳回提供給指定之型別所有類別層級屬性的列舉。 |
GetCustomAttributes(Type, DependencyProperty) |
傳回提供給所指定型別之所指定相依性的所有屬性列舉。 |
GetCustomAttributes(Type, MemberDescriptor) |
傳回提供給所指定型別之所指定成員的所有屬性列舉。 |
GetCustomAttributes(Type, MemberInfo) |
傳回提供給所指定型別之所指定成員的所有屬性列舉。 |
GetCustomAttributes(Type, String) |
傳回提供給所指定型別之所指定成員的所有屬性列舉。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |