言語

PipelineBuffer.CurrentRow プロパティ

定義

PipelineBuffer内の現在の行のインデックスを取得します。

public:
 property int CurrentRow { int get(); void set(int value); };
public int CurrentRow { get; set; }
member this.CurrentRow : int with get, set
Public Property CurrentRow As Integer

プロパティ値

PipelineBufferの現在の行のインデックス。

注釈

PipelineBufferNextRow法でPipelineBufferを1行目に進める前にCurrentRowにアクセスした場合、RowIndexOutOfRangeExceptionを生成します。

適用対象