AndCondition.Match Method

Determines whether the provided element matches this condition.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the provided element matches the condition; otherwise, false.

Implements

IQueryCondition.Match(IUITechnologyElement)

.NET Framework Security

See Also

Reference

AndCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyElement