DelegatingXmlDictionaryWriter.WriteChars(Char[], Int32, Int32) メソッド

定義

派生クラスでオーバーライドされると、一度に 1 つのバッファーにテキストを書き込みます。

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[]

書き込むテキストを格納している文字配列。

index
Int32

書き込むテキストの開始を示すバッファー内の位置。

count
Int32

書き込む文字数。

適用対象