ForEachNodeListEnumerator.OuterXPathString 属性

定义

获取或设置一个值,该值表示 XPath 字符串、包含 XPath 字符串的文件的名称或包含 XPath 字符串的变量的名称,具体取决于 OuterXPathStringSourceType 的值。

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

属性值

一个值,该值表示 XPath 字符串、包含 XPath 字符串的文件的名称或包含 XPath 字符串的变量的名称,具体取决于 OuterXPathStringSourceType 的值。

实现

适用于