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

Definition

Throws NotSupportedException.

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

buffer
Char[]

Char array of buffer that contains data to write.

index
Int32

Int32 that contains start index.

count
Int32

Int32 that contains count of characters to write.

Applies to