ItemContainerAutomationPeer.SelectionContainer 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 un élément enfant individuel sélectionnable d’un contrôle de conteneur qui implémente System.Windows.Automation.Provider.ISelectionProvider.
public:
property IRawElementProviderSimple ^ SelectionContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple SelectionContainer();
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = itemContainerAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple
Valeur de propriété
Élément enfant individuel sélectionnable d’un contrôle de conteneur qui implémente System.Windows.Automation.Provider.ISelectionProvider.