QueryCondition.Match(IUITechnologyElement) Method

Definition

Returns a value that indicates whether the provided element matches the current query condition.

public:
 abstract bool Match(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public abstract bool Match (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
abstract member Match : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public MustOverride Function Match (element As IUITechnologyElement) As Boolean

Parameters

Returns

true if the element matches the condition; otherwise, false.

Implements

Applies to