CurrentValueRecord.GetChars(Int32, Int64, Char[], Int32, Int32) メソッド

定義

フィールド値を char 配列として取得します。

public:
 override long GetChars(int ordinal, long dataIndex, cli::array <char> ^ buffer, int bufferIndex, int length);
public override long GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length);
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Overrides Function GetChars (ordinal As Integer, dataIndex As Long, buffer As Char(), bufferIndex As Integer, length As Integer) As Long

パラメーター

ordinal
Int32

フィールドの序数。

dataIndex
Int64

データのコピーを開始するインデックス。

buffer
Char[]

データがコピーされるコピー先バッファー。

bufferIndex
Int32

コピーが開始されるコピー先バッファー内のインデックス。

length
Int32

コピーする文字の数。

返品

コピーされた文字の数。

実装

適用対象