XmlQueryRuntime.TextRtfConstruction(String, String) Método

Definición

Construye un nuevo 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

Una instancia de la clase XPathNavigator.

Se aplica a