Share via


IQueryCondition.Match(IUITechnologyElement) Method

Definition

Returns a value that indicates whether the given element matches this query condition.

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

Parameters

Returns

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

Applies to