Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.