ISelectionProvider.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 UI Automation provider for each child element that is selected.
public:
Platform::Array <IRawElementProviderSimple ^> ^ GetSelection();
winrt::array_view <IRawElementProviderSimple const&> GetSelection();
public IRawElementProviderSimple[] GetSelection();
function getSelection()
Public Function GetSelection () As IRawElementProviderSimple()
Returns
An array of UI Automation providers.