SelectorAutomationPeer.ISelectionProvider.GetSelection Method
Definition
This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
virtual cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ System.Windows.Automation.Provider.ISelectionProvider.GetSelection() = System::Windows::Automation::Provider::ISelectionProvider::GetSelection;
System.Windows.Automation.Provider.IRawElementProviderSimple[] ISelectionProvider.GetSelection ();
Function GetSelection () As IRawElementProviderSimple() Implements ISelectionProvider.GetSelection
Returns
A collection of UI Automation providers. true if multiple selection is allowed; otherwise false
.