共用方式為


XmlQueryRuntime.StartRtfConstruction(String, XmlQueryOutput) 方法

定義

開始建構 RTF,並且傳回會用於建構這個 RTF 的 XmlQueryOutput

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)

參數

baseUri
String

型別 string 的值。

output
XmlQueryOutput

XmlQueryOutput 類別的執行個體。

適用於