XmlSchemaElement.Constraints Właściwość

Definicja

Pobiera kolekcję ograniczeń dla elementu.

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

Wartość właściwości

XmlSchemaObjectCollection

Kolekcja ograniczeń.

Uwagi

Zwraca kolekcję ograniczeń dla elementu. Może to być dowolny z XmlSchemaKey, XmlSchemaKeyreflub XmlSchemaUnique.

Dotyczy