XmlSchemaComplexType.AnyAttribute Propriété

Définition

Obtient ou définit la valeur du XmlSchemaAnyAttribute composant du type complexe.

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

Valeur de propriété

Composant XmlSchemaAnyAttribute du type complexe.

Remarques

Si cette propriété n’est pas null, le type complexe peut contenir tous les attributs des espaces de noms spécifiés dans le XmlSchemaAnyAttribute.

S’applique à