IQueryElement.SearchConfigurations Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a list of attributes to help with search.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Property SearchConfigurations As String()
string[] SearchConfigurations { get; set; }
property array<String^>^ SearchConfigurations {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract SearchConfigurations : string[] with get, set
function get SearchConfigurations () : String[]
function set SearchConfigurations (value : String[])

Property Value

Type: array<System.String[]
An array of attribute names and values.

.NET Framework Security

See Also

Reference

IQueryElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace