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 类的实例。