System.Windows.Automation.ScrollPattern.ScrollPatternInformation.ScrollPatternInformation C# (CSharp) Метод

ScrollPatternInformation() приватный Метод

private ScrollPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
Результат System
            internal ScrollPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
ScrollPattern.ScrollPatternInformation