System.Windows.Automation.TableItemPattern.TableItemPatternInformation.GetRowHeaderItems C# (CSharp) Метод

GetRowHeaderItems() публичный Метод

public GetRowHeaderItems ( ) : System.Windows.Automation.AutomationElement[]
Результат System.Windows.Automation.AutomationElement[]
            public AutomationElement[] GetRowHeaderItems()
            {
                return (AutomationElement[])this._el.GetPropertyValue(TableItemPattern.RowHeaderItemsProperty, _isCached);
            }