共用方式為


XmlQueryOutput.WriteChars(Char[], Int32, Int32) 方法

定義

擲回 NotSupportedException

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

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

參數

buffer
Char[]

Char 緩衝區陣列,包含要寫入的資料。

index
Int32

含有起始索引的 Int32

count
Int32

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

適用於