XmlSchemaComplexType.AnyAttribute Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts für die XmlSchemaAnyAttribute Komponente des komplexen Typs.

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

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: