XmlQueryOutput.WriteBase64(Byte[], Int32, Int32) Metoda

Definicja

Zgłasza wyjątek NotSupportedException .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

buffer
Byte[]

Byte obiekt buforu, który zawiera dane do zapisu.

index
Int32

Int32 , który zawiera indeks start.

count
Int32

Int32 zawiera liczbę bajtów.

Dotyczy