Nyelv

XmlQueryRuntime.StartRtfConstruction(String, XmlQueryOutput) Metódus

Definíció

Elkezdi létrehozni az RTF-et, és visszaad egy új XmlQueryOutput objektumot, amelyet az RTF létrehozásához használunk.

public:
 void StartRtfConstruction(System::String ^ baseUri, [Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlQueryOutput ^ % output);
public void StartRtfConstruction(string baseUri, out System.Xml.Xsl.Runtime.XmlQueryOutput output);
member this.StartRtfConstruction : string * XmlQueryOutput -> unit
Public Sub StartRtfConstruction (baseUri As String, ByRef output As XmlQueryOutput)

Paraméterek

baseUri
String

Típusérték string.

output
XmlQueryOutput

Egy példánya a XmlQueryOutput osztálynak.

A következőre érvényes: