XmlQueryRuntime.StartRtfConstruction(String, XmlQueryOutput) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.