LoopingSelectorAutomationPeer.GetSelection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Microsoft UI Automation provider 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 generic list of Microsoft UI Automation providers.