XmlSchemaXPath.XPath 属性

定义

获取或设置 XPath 表达式的特性。

public:
 property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string? XPath { get; set; }
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String

属性值

String

XPath 表达式的字符串特性值。

注解

与标识约束选择器选择的每个元素相对的 XPath 表达式。 该表达式必须标识其内容或值用于约束的单个元素或属性。 如果表达式标识元素,该元素必须是简单类型。

适用于