Condividi tramite


XmlSchemaElement.Constraints Proprietà

Definizione

Ottiene la raccolta di vincoli dell'elemento.

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

Valore della proprietà

XmlSchemaObjectCollection

Raccolta di vincoli.

Commenti

Restituisce una raccolta di vincoli sull'elemento. Può essere uno qualsiasi di XmlSchemaKey, XmlSchemaKeyrefo XmlSchemaUnique.

Si applica a