DelegatingXmlDictionaryWriter.WriteChars(Char[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,一次將文字寫入一個緩衝區。
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
要寫入的字元數。