AndCondition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AndCondition() |
Initializes a new instance of the AndCondition class. |
AndCondition(IQueryCondition[]) |
Initializes a new instance of the AndCondition class by using the provided conditions. |
AndCondition()
Initializes a new instance of the AndCondition class.
public:
AndCondition();
public AndCondition ();
Public Sub New ()
Applies to
AndCondition(IQueryCondition[])
Initializes a new instance of the AndCondition class by using the provided conditions.
public:
AndCondition(... cli::array <Microsoft::VisualStudio::TestTools::UITest::Extension::IQueryCondition ^> ^ conditions);
public AndCondition (params Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[] conditions);
new Microsoft.VisualStudio.TestTools.UITest.Extension.AndCondition : Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[] -> Microsoft.VisualStudio.TestTools.UITest.Extension.AndCondition
Public Sub New (ParamArray conditions As IQueryCondition())
Parameters
- conditions
- IQueryCondition[]
An array of IQueryCondition objects.