Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
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;
}

Property Value

Type: array<System::String^>^

An array of attributes and values.

Return to top
Show: