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 包含計數位元組的資訊。

適用於