다음을 통해 공유


XmlQueryOutput.WriteBase64(Byte[], Int32, Int32) 메서드

정의

NotSupportedException을 버립니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 override void WriteBase64(cli::array <System::Byte> ^ buffer, int index, int count);
public override void WriteBase64 (byte[] buffer, int index, int count);
override this.WriteBase64 : byte[] * int * int -> unit
Public Overrides Sub WriteBase64 (buffer As Byte(), index As Integer, count As Integer)

매개 변수

buffer
Byte[]

쓰려는 데이터를 포함하는 Byte 버퍼 개체입니다.

index
Int32

시작 인덱스를 포함하는 Int32입니다.

count
Int32

바이트 수를 포함하는 Int32입니다.

적용 대상