Udostępnij za pośrednictwem


Właściwość IQueryElement.SearchConfigurations —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Pobiera lub ustawia listę atrybutów, które mają pomóc wyszukiwania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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[])

Wartość właściwości

Typ: array<System.String[]
Tablica nazw atrybutów i wartości.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IQueryElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension