DataGridAutomationPeer.ITableProvider.GetRowHeaders Méthode
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.
Récupère une collection de fournisseurs UI Automation qui représente tous les en-têtes de lignes de la table.
virtual cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ System.Windows.Automation.Provider.ITableProvider.GetRowHeaders() = System::Windows::Automation::Provider::ITableProvider::GetRowHeaders;
System.Windows.Automation.Provider.IRawElementProviderSimple[] ITableProvider.GetRowHeaders ();
abstract member System.Windows.Automation.Provider.ITableProvider.GetRowHeaders : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
override this.System.Windows.Automation.Provider.ITableProvider.GetRowHeaders : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Function GetRowHeaders () As IRawElementProviderSimple() Implements ITableProvider.GetRowHeaders
Retours
Collection de fournisseurs UI Automation.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DataGridAutomationPeer est castée en interface ITableProvider.