Partager via


XmlSchemaElement.Constraints Propriété

Définition

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é

XmlSchemaObjectCollection

Collection de contraintes.

Remarques

Retourne une collection de contraintes sur l’élément. Peut être n’importe lequel de XmlSchemaKey, XmlSchemaKeyrefou XmlSchemaUnique.

S’applique à