Condividi tramite


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

Definizione

Genera l'eccezione NotSupportedException.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

buffer
Char[]

Matrice di buffer Char contenente i dati da scrivere.

index
Int32

Int32 contenente l'indice iniziale.

count
Int32

Int32 contenente il numero di caratteri da scrivere.

Si applica a