XmlSchemaElement.Constraints Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection de contraintes sur l’élément.
public:
property System::Xml::Schema::XmlSchemaObjectCollection ^ Constraints { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Constraints { get; }
member this.Constraints : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Constraints As XmlSchemaObjectCollection
Valeur de propriété
Collection de contraintes.
Remarques
Retourne une collection de contraintes sur l’élément. Peut être n’importe lequel de XmlSchemaKey
, XmlSchemaKeyref
ou XmlSchemaUnique
.