XmlQueryRuntime.TextRtfConstruction(String, String) Méthode

Définition

Construit un nouveau XPathNavigator à partir du texte spécifié.

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

Paramètres

text
String

Valeur de type string.

baseUri
String

Valeur de type string.

Retours

Instance de la classe XPathNavigator.

S’applique à