TableAutomationPeer.IGridProvider.RowCount プロパティ

定義

グリッド内の行の合計数を取得します。

property int System::Windows::Automation::Provider::IGridProvider::RowCount { int get(); };
int System.Windows.Automation.Provider.IGridProvider.RowCount { get; }
member this.System.Windows.Automation.Provider.IGridProvider.RowCount : int
 ReadOnly Property RowCount As Integer Implements IGridProvider.RowCount

プロパティ値

グリッド内の行の合計数。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、TableAutomationPeer のインスタンスが IGridProvider インターフェイスにキャストされる場合のみ、使用できます。

適用対象