PipelineBuffer.RowCount プロパティ

定義

PipelineBuffer オブジェクトの行数を取得します。

public:
 property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer

プロパティ値

PipelineBuffer 内の行数です。

注釈

RowCount プロパティには、PipelineBuffer オブジェクトの行数が含まれます。

オブジェクトの RowCount 場合は常に OutputPipelineBuffer 0 です。

適用対象