DateTimeAutomationPeer.ITableItemProvider.GetRowHeaderItems 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 associés à un élément ou une cellule de tableau.
virtual cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ System.Windows.Automation.Provider.ITableItemProvider.GetRowHeaderItems() = System::Windows::Automation::Provider::ITableItemProvider::GetRowHeaderItems;
System.Windows.Automation.Provider.IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems ();
abstract member System.Windows.Automation.Provider.ITableItemProvider.GetRowHeaderItems : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
override this.System.Windows.Automation.Provider.ITableItemProvider.GetRowHeaderItems : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Function GetRowHeaderItems () As IRawElementProviderSimple() Implements ITableItemProvider.GetRowHeaderItems
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 DateTimeAutomationPeer est castée en interface ITableItemProvider.