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 該系統包含可寫字元數。

適用於