UITechnologyManagerProxy.MatchElement 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.
public:
override bool MatchElement(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, System::Object ^ parsedQueryIdCookie, [Runtime::InteropServices::Out] bool % useEngine);
public override bool MatchElement (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, object parsedQueryIdCookie, out bool useEngine);
override this.MatchElement : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * obj * bool -> bool
Public Overrides Function MatchElement (element As IUITechnologyElement, parsedQueryIdCookie As Object, ByRef useEngine As Boolean) As Boolean
Parameters
- element
- IUITechnologyElement
- parsedQueryIdCookie
- Object
- useEngine
- Boolean