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

適用対象