共用方式為


XmlSchemaIdentityConstraint.Selector 屬性

定義

取得或設定 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 運算式。 此運算式會識別識別條件約束所套用之內容元素底下的節點集。

適用於