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.
QueryElement::SearchConfigurations Property
Gets or sets a list of attributes and values that are used to search.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: property array<String^>^ SearchConfigurations { virtual array<String^>^ get() sealed; virtual void set(array<String^>^ value) sealed; }
Implements
IQueryElement::SearchConfigurations
Show: