Compartilhar via


XmlSchemaElement.Constraints Propriedade

Definição

Obtém a coleção de restrições no 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

Valor da propriedade

XmlSchemaObjectCollection

A coleção de restrições.

Comentários

Retorna uma coleção de restrições no elemento. Pode ser qualquer um, XmlSchemaKey``XmlSchemaKeyrefou XmlSchemaUnique.

Aplica-se a