QueryCondition 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
QueryCondition() |
Initializes a new instance of the QueryCondition class. |
QueryCondition(IQueryCondition[]) |
Initializes a new instance of the QueryCondition class by using the provided array of nested query conditions. |
QueryCondition()
Initializes a new instance of the QueryCondition class.
protected:
QueryCondition();
protected QueryCondition ();
Protected Sub New ()
Applies to
QueryCondition(IQueryCondition[])
Initializes a new instance of the QueryCondition class by using the provided array of nested query conditions.
protected:
QueryCondition(... cli::array <Microsoft::VisualStudio::TestTools::UITest::Extension::IQueryCondition ^> ^ conditions);
protected QueryCondition (params Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[] conditions);
new Microsoft.VisualStudio.TestTools.UITest.Extension.QueryCondition : Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[] -> Microsoft.VisualStudio.TestTools.UITest.Extension.QueryCondition
Protected Sub New (ParamArray conditions As IQueryCondition())
Parameters
- conditions
- IQueryCondition[]
An array of query conditions.