XmlSchemaComplexType.AttributeUses Egenskap

Definition

Hämtar samlingen av alla lydnadsattribut av den här komplexa typen och dess bastyper.

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

Egenskapsvärde

Samlingen med alla attribut från den här komplexa typen och dess bastyper. Värdet efter kompilering av AttributeUses egenskapen.

Kommentarer

Till exempel en kombination av alla attribut från Attributes egenskapen från varje typ i hierarkin.

Värdet för den här egenskapen är skrivskyddat. Den här egenskapen har värdet när schemat har kompilerats för att fastställa den fullständiga attributuppsättning som tillåts i ett instansdokument.

Gäller för