Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IQueryCondition::Match Method (IUITechnologyElement^)

 

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

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

bool Match(
	IUITechnologyElement^ element
)

Return Value

Type: System::Boolean

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

Return to top
Show: