System.Windows.Automation.TableItemPattern.TableItemPatternInformation.TableItemPatternInformation C# (CSharp) Method

TableItemPatternInformation() private method

private TableItemPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
return System
            internal TableItemPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }