XmlQueryRuntime.StartRtfConstruction(String, XmlQueryOutput) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始建構 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 類別的執行個體。