System.Windows.Automation.RangeValuePattern.RangeValuePatternInformation.RangeValuePatternInformation C# (CSharp) Méthode

RangeValuePatternInformation() private méthode

private RangeValuePatternInformation ( AutomationElement element, bool isCached ) : System
element AutomationElement
isCached bool
Résultat System
            internal RangeValuePatternInformation(AutomationElement element, bool isCached)
            {
                this._el = element;
                this._isCached = isCached;
            }
RangeValuePattern.RangeValuePatternInformation