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 a list of attributes and values that are used to search.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property SearchConfigurations As String()
public string[] SearchConfigurations { get; set; }
public:
virtual property array<String^>^ SearchConfigurations {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
abstract SearchConfigurations : string[] with get, set
override SearchConfigurations : string[] with get, set
final function get SearchConfigurations () : String[]
final function set SearchConfigurations (value : String[])
Property Value
Type: array<String[]
An array of attributes and values.
Implements
IQueryElement.SearchConfigurations
.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.