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 カウント バイトを含む

適用対象