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

属性值

XmlSchemaXPath

XPath 表达式 selector 元素。

注解

相对于所声明的元素的 XPath 表达式。 此表达式标识约束应用于的上下文元素下的节点集。

适用于