XmlQueryRuntime.EndRtfConstruction(XmlQueryOutput) Method

Definition

Finishes constructing an RTF.

public:
 System::Xml::XPath::XPathNavigator ^ EndRtfConstruction([Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlQueryOutput ^ % output);
public System.Xml.XPath.XPathNavigator EndRtfConstruction (out System.Xml.Xsl.Runtime.XmlQueryOutput output);
member this.EndRtfConstruction : XmlQueryOutput -> System.Xml.XPath.XPathNavigator
Public Function EndRtfConstruction (ByRef output As XmlQueryOutput) As XPathNavigator

Parameters

output
XmlQueryOutput

An instance of the XmlQueryOutput class.

Returns

An instance of the XPathNavigator class.

Applies to