Compartir a través de


XmlQueryRuntime.TextRtfConstruction(String, String) Método

Definición

Construye una nueva clase XPathNavigator a partir del texto especificado.

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

Parámetros

text
String

Valor de tipo string.

baseUri
String

Valor de tipo string.

Devoluciones

Instancia de la clase XPathNavigator.

Se aplica a