Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
function get SearchConfigurations () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>
The collection search configurations.
.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.