XmlSchemaElement.Constraints Vlastnost

Definice

Získá kolekci omezení prvku.

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

Hodnota vlastnosti

XmlSchemaObjectCollection

Kolekce omezení.

Poznámky

Vrátí kolekci omezení prvku. Může být libovolná z XmlSchemaKey, XmlSchemaKeyrefnebo XmlSchemaUnique.

Platí pro