UITechnologyManagerProxy.Search(Object, IUITechnologyElement, Int32) 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 cli::array <System::Object ^> ^ Search(System::Object ^ parsedQueryIdCookie, Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ parentElement, int maxDepth);
public override object[] Search (object parsedQueryIdCookie, Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement parentElement, int maxDepth);
override this.Search : obj * Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * int -> obj[]
Public Overrides Function Search (parsedQueryIdCookie As Object, parentElement As IUITechnologyElement, maxDepth As Integer) As Object()
Parameters
- parsedQueryIdCookie
- Object
- parentElement
- IUITechnologyElement
- maxDepth
- Int32
Returns
Object[]