Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IUITechnologyManager::GetChildren Method (IUITechnologyElement^, Object^)

 

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

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

[DispIdAttribute(5)]
[ComVisibleAttribute(true)]
IEnumerator^ GetChildren(
	IUITechnologyElement^ element,
	Object^ parsedQueryIdCookie
)

Parameters

element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^

An IUITechnologyElement object.

parsedQueryIdCookie
Type: System::Object^

The cookie of a previously parsed query element.

Return Value

Type: System.Collections::IEnumerator^

An enumerator for the collection of child elements.

Return to top
Show: