The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IQueryCondition::Conditions Property
Gets or sets a list of nested conditions.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
property array<IQueryCondition^>^ Conditions { array<IQueryCondition^>^ get(); void set(array<IQueryCondition^>^ value); }
Property Value
Type: array<Microsoft.VisualStudio.TestTools.UITest.Extension::IQueryCondition^>^An array of query conditions.
Show: