Share via


ItemsViewAutomationPeer.GetSelection Method

Definition

Retrieves a collection of UI Automation providers (one for each child element that is selected).

public:
 virtual Platform::Array <IRawElementProviderSimple ^> ^ GetSelection() = GetSelection;
winrt::array_view <IRawElementProviderSimple const&> GetSelection();
public IRawElementProviderSimple[] GetSelection();
function getSelection()
Public Function GetSelection () As IRawElementProviderSimple()

Returns

A collection of UI Automation providers (one for each child element that is selected).

Implements

Applies to