XmlSchemaComplexType.AnyAttribute Eigenschaft

Definition

Ruft den Wert für die XmlSchemaAnyAttribute-Komponente des komplexen Typs ab oder legt diesen fest.

public:
 property System::Xml::Schema::XmlSchemaAnyAttribute ^ AnyAttribute { System::Xml::Schema::XmlSchemaAnyAttribute ^ get(); void set(System::Xml::Schema::XmlSchemaAnyAttribute ^ value); };
public System.Xml.Schema.XmlSchemaAnyAttribute? AnyAttribute { get; set; }
public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get; set; }
member this.AnyAttribute : System.Xml.Schema.XmlSchemaAnyAttribute with get, set
Public Property AnyAttribute As XmlSchemaAnyAttribute

Eigenschaftswert

XmlSchemaAnyAttribute

Die XmlSchemaAnyAttribute-Komponente des komplexen Typs.

Hinweise

Wenn diese Eigenschaft nicht null ist, kann der komplexe Typ alle Attribute aus den namespaces enthalten, die in der XmlSchemaAnyAttribute.

Gilt für