IUITechnologyManager.GetChildren(IUITechnologyElement, Object) Method

Definition

Returns an enumerator for the child elements in the given element.

public:
 System::Collections::IEnumerator ^ GetChildren(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, System::Object ^ parsedQueryIdCookie);
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.DispId(5)]
public System.Collections.IEnumerator GetChildren (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, object parsedQueryIdCookie);
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.DispId(5)>]
abstract member GetChildren : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * obj -> System.Collections.IEnumerator
Public Function GetChildren (element As IUITechnologyElement, parsedQueryIdCookie As Object) As IEnumerator

Parameters

parsedQueryIdCookie
Object

The cookie of a previously parsed query element.

Returns

An enumerator for the collection of child elements.

Attributes

Applies to