共用方式為


XmlQueryOutput.WriteRaw 方法

定義

多載

WriteRaw(String)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

擲回 NotSupportedException

WriteRaw(Char[], Int32, Int32)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

擲回 NotSupportedException

WriteRaw(String)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

擲回 NotSupportedException

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 override void WriteRaw(System::String ^ data);
public override void WriteRaw (string data);
override this.WriteRaw : string -> unit
Public Overrides Sub WriteRaw (data As String)

參數

data
String

包含未經處理資料的字串。

適用於

WriteRaw(Char[], Int32, Int32)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

擲回 NotSupportedException

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 override void WriteRaw(cli::array <char> ^ buffer, int index, int count);
public override void WriteRaw (char[] buffer, int index, int count);
override this.WriteRaw : char[] * int * int -> unit
Public Overrides Sub WriteRaw (buffer As Char(), index As Integer, count As Integer)

參數

buffer
Char[]

要撰寫的 Char 緩衝區陣列。

index
Int32

含有起始索引的 Int32

count
Int32

Int32,包含要寫入的計數字元。

適用於