XmlQueryOutput.WriteChars(Char[], Int32, Int32) 메서드

정의

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 쓸 데이터가 들어 있는 버퍼 배열입니다.

index
Int32

시작 인덱스를 포함하는

count
Int32

쓸 문자 수를 포함하는 입니다.

적용 대상