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 クラスのインスタンス。

適用対象