UITechnologyManager.GetChildren(IUITechnologyElement, Object) 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.
Returns an enumerator for the child elements in the given element.
public:
abstract System::Collections::IEnumerator ^ GetChildren(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, System::Object ^ parsedQueryIdCookie);
[System.Runtime.InteropServices.ComVisible(true)]
public abstract System.Collections.IEnumerator GetChildren (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, object parsedQueryIdCookie);
[<System.Runtime.InteropServices.ComVisible(true)>]
abstract member GetChildren : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * obj -> System.Collections.IEnumerator
Public MustOverride Function GetChildren (element As IUITechnologyElement, parsedQueryIdCookie As Object) As IEnumerator
Parameters
- element
- IUITechnologyElement
An IUITechnologyElement object.
- parsedQueryIdCookie
- Object
The cookie of a previously parsed IQueryElement to filter matching children by using the QueryId property of each element.
Returns
An enumerator for the collection of child elements.
Implements
- Attributes