다음을 통해 공유


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 클래스의 인스턴스입니다.

적용 대상