PropertyCondition.Match(IUITechnologyElement) Method
Definition
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.
Determines whether the provided element matches the current property condition.
public:
override bool Match(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public override bool Match (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
override this.Match : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public Overrides Function Match (element As IUITechnologyElement) As Boolean
Parameters
- element
- IUITechnologyElement
An IUITechnologyElement object.
Returns
true if the provided element matches the current property condition; otherwise, false.