Share via


UITechnologyManager.GetChildren(IUITechnologyElement, Object) Method

Definition

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

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

Applies to