DataGridAutomationPeer.IGridProvider.RowCount Propriété
Définition
Obtient le nombre total de lignes dans une grille.Gets the total number of rows in a grid.
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
Valeur de propriété
Nombre total de lignes dans une grille.The total number of rows in a grid.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de DataGridAutomationPeer est castée en interface IGridProvider.It can be used only when the DataGridAutomationPeer instance is cast to an IGridProvider interface.