Udostępnij za pośrednictwem


Właściwość IQueryCondition.Conditions —

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

Zwraca lub ustawia listę warunków zagnieżdżone.

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

Składnia

'Deklaracja
Property Conditions As IQueryCondition()
IQueryCondition[] Conditions { get; set; }
property array<IQueryCondition^>^ Conditions {
    array<IQueryCondition^>^ get ();
    void set (array<IQueryCondition^>^ value);
}
abstract Conditions : IQueryCondition[] with get, set
function get Conditions () : IQueryCondition[]
function set Conditions (value : IQueryCondition[])

Wartość właściwości

Typ: array<Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryCondition[]
Tablica warunków kwerendy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IQueryCondition Interfejs

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

IQueryCondition