Udostępnij za pośrednictwem


Metoda QueryCondition.Match —

Zwraca wartość wskazującą, czy podany element jest zgodny z bieżącym stanie kwerendy.

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

Składnia

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

Parametry

Wartość zwracana

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

Implementuje

IQueryCondition.Match(IUITechnologyElement)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

QueryCondition Klasa

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

IUITechnologyElement