CUITe.SearchConfigurations.ControlIdConfigurator.ControlIdConfigurator C# (CSharp) Method

ControlIdConfigurator() private method

Initializes a new instance of the ControlNameConfigurator class.
private ControlIdConfigurator ( string controlId, PropertyExpressionOperator conditionOperator ) : Microsoft.VisualStudio.TestTools.UITesting
controlId string The control id.
conditionOperator PropertyExpressionOperator /// The operator to use to compare the values (either the values are equal or the property /// value contains the provided property value). ///
return Microsoft.VisualStudio.TestTools.UITesting
        internal ControlIdConfigurator(string controlId, PropertyExpressionOperator conditionOperator)
            : base(WinControl.PropertyNames.ControlId, controlId, conditionOperator)
        {
        }
    }
ControlIdConfigurator