XmlQueryRuntime.TextRtfConstruction(String, String) 方法

定义

根据指定的文本构造一个新的 XPathNavigatorConstructs a new XPathNavigator from the specified text.

public:
 System::Xml::XPath::XPathNavigator ^ TextRtfConstruction(System::String ^ text, System::String ^ baseUri);
public System.Xml.XPath.XPathNavigator TextRtfConstruction (string text, string baseUri);
member this.TextRtfConstruction : string * string -> System.Xml.XPath.XPathNavigator
Public Function TextRtfConstruction (text As String, baseUri As String) As XPathNavigator

参数

text
String

一个 string 类型的值。A value of type string.

baseUri
String

一个 string 类型的值。A value of type string.

返回

XPathNavigator

XPathNavigator 类的实例。An instance of the XPathNavigator class.

适用于