ItemsViewAutomationPeer.GetSelection 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 (un pour chaque élément enfant sélectionné).
public:
virtual Platform::Array <IRawElementProviderSimple ^> ^ GetSelection() = GetSelection;
winrt::array_view <IRawElementProviderSimple const&> GetSelection();
public IRawElementProviderSimple[] GetSelection();
function getSelection()
Public Function GetSelection () As IRawElementProviderSimple()
Retours
Collection de fournisseurs UI Automation (un pour chaque élément enfant sélectionné).