XmlQueryOutput.WriteChars(Char[], Int32, Int32) 方法

定义

引发 NotSupportedExceptionThrows NotSupportedException.

此 API 支持产品基础结构,不能在代码中直接使用。

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[]

包含要写入的数据的 Char 缓冲区数组。Char array of buffer that contains data to write.

index
Int32

包含起始索引的 Int32Int32 that contains start index.

count
Int32

包含要写入的字符计数的 Int32Int32 that contains count of characters to write.

适用于