XmlQueryOutput.WriteChars(Char[], Int32, Int32) Metoda

Definicja

Zgłasza wyjątek NotSupportedException .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

buffer
Char[]

Char tablica buforu zawierającego dane do zapisu.

index
Int32

Int32 , który zawiera indeks start.

count
Int32

Int32 zawiera liczbę znaków do zapisu.

Dotyczy