XmlSchemaComplexType.AttributeUses 屬性

定義

取得這個複雜類型及其基底類型 (Base Type) 所有遵守之屬性的集合。

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ AttributeUses { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get; }
member this.AttributeUses : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property AttributeUses As XmlSchemaObjectTable

屬性值

XmlSchemaObjectTable

這個複雜類型及其基本類型中所有屬性的集合。 AttributeUses 屬性的編譯後值。

備註

例如,來自 Attributes 階層中每個類型之 屬性的所有屬性組合。

此屬性的值是唯讀的。 此屬性具有成功編譯架構之後的值,以判斷實例檔中允許的完整屬性集。

適用於