System.Windows.Automation.LegacyIAccessiblePattern.LegacyIAccessiblePatternInformation.GetSelection C# (CSharp) Method

GetSelection() public method

public GetSelection ( ) : System.Windows.Automation.AutomationElement[]
return System.Windows.Automation.AutomationElement[]
            public AutomationElement[] GetSelection()
            {
                return (AutomationElement[])this._el.GetPropertyValue(LegacyIAccessiblePattern.SelectionProperty, _isCached);
            }
LegacyIAccessiblePattern.LegacyIAccessiblePatternInformation