TableAutomationPeer.IGridProvider.ColumnCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre total de colonnes dans une grille.
property int System::Windows::Automation::Provider::IGridProvider::ColumnCount { int get(); };
int System.Windows.Automation.Provider.IGridProvider.ColumnCount { get; }
member this.System.Windows.Automation.Provider.IGridProvider.ColumnCount : int
ReadOnly Property ColumnCount As Integer Implements IGridProvider.ColumnCount
Valeur de propriété
Nombre total de colonnes dans une grille.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TableAutomationPeer est castée en interface IGridProvider.