System.Windows.Automation.DockPattern.DockPatternInformation.DockPatternInformation C# (CSharp) 메소드

DockPatternInformation() 개인적인 메소드

private DockPatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
리턴 System
            internal DockPatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
DockPattern.DockPatternInformation