XmlSchemaIdentityConstraint.Selector 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 XPath 運算式 selector
項目。
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
屬性值
XPath 運算式 selector
項目。
備註
與宣告之項目相對的 XPath 運算式。 此運算式會識別識別條件約束所套用之內容元素底下的節點集。