Udostępnij za pośrednictwem


Metoda IQueryCondition.Match —

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

Zwraca wartość, która wskazuje, czy dany element jest zgodny z ten warunek kwerendy.

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

Składnia

'Deklaracja
Function Match ( _
    element As IUITechnologyElement _
) As Boolean
bool Match(
    IUITechnologyElement element
)
bool Match(
    IUITechnologyElement^ element
)
abstract Match : 
        element:IUITechnologyElement -> bool
function Match(
    element : IUITechnologyElement
) : boolean

Parametry

Wartość zwracana

Typ: Boolean
true Jeśli element spełnia ten warunek; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IQueryCondition Interfejs

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

IUITechnologyElement