XmlQueryRuntime.TextRtfConstruction(String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un nuovo XPathNavigator dal testo specificato.
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
Parametri
- text
- String
Valore di tipo string
.
- baseUri
- String
Valore di tipo string
.
Restituisce
Istanza della classe XPathNavigator.