Compartir a través de


XmlQueryOutput.WriteChars(Char[], Int32, Int32) Método

Definición

Produce NotSupportedException.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

buffer
Char[]

Matriz Char de búfer que contiene los datos que se van a escribir.

index
Int32

Int32 que contiene el índice inicial.

count
Int32

Int32 que contiene el recuento de caracteres que se van a escribir.

Se aplica a