UITestControl.SearchConfigurations Property

Gets or sets search configurations.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property SearchConfigurations As ICollection(Of String)
public ICollection<string> SearchConfigurations { get; }
public:
property ICollection<String^>^ SearchConfigurations {
    ICollection<String^>^ get ();
}
member SearchConfigurations : ICollection<string> with get
function get SearchConfigurations () : ICollection<String>

Property Value

Type: ICollection<String>
The collection search configurations.

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace