XmlQueryRuntime.StartRtfConstruction(String, XmlQueryOutput) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
RTF oluşturmayı başlatır ve bu RTF'yi oluşturmak için kullanılacak yeni XmlQueryOutput bir nesne döndürür.
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)
Parametreler
- baseUri
- String
türünde stringbir değer.
- output
- XmlQueryOutput
XmlQueryOutput sınıfının örneği.