QueryCondition.Match(IUITechnologyElement) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the provided element matches the current query condition.
C++
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
- element
- IUITechnologyElement
An IUITechnologyElement object.
true if the element matches the condition; otherwise, false.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019 |