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<String[]
An array of attribute names and values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.