Condividi tramite


XmlSchemaIdentityConstraint.Selector Proprietà

Definizione

Ottiene o imposta l'elemento selector dell'espressione XPath.

public:
 property System::Xml::Schema::XmlSchemaXPath ^ Selector { System::Xml::Schema::XmlSchemaXPath ^ get(); void set(System::Xml::Schema::XmlSchemaXPath ^ value); };
public System.Xml.Schema.XmlSchemaXPath? Selector { get; set; }
public System.Xml.Schema.XmlSchemaXPath Selector { get; set; }
member this.Selector : System.Xml.Schema.XmlSchemaXPath with get, set
Public Property Selector As XmlSchemaXPath

Valore della proprietà

XmlSchemaXPath

Elemento selector dell'espressione XPath.

Commenti

Un'espressione XPath relativa all'elemento che viene dichiarato. Questa espressione identifica il nodo impostato nell'elemento di contesto a cui si applica il vincolo identity.

Si applica a