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.

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

 

Gets the enumerator for children of the given IUITechnologyElement.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
[ComVisibleAttribute(true)]
virtual IEnumerator^ GetChildren(
	IUITechnologyElement^ element,
	Object^ parsedQueryIdCookie
) override

Parameters

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

The IUITechnologyElement whose child enumerator is needed.

parsedQueryIdCookie
Type: System::Object^

The cookie of previously parsed QueryId to filter matching children.

Return Value

Type: System.Collections::IEnumerator^

The enumerator for children.

Return to top
Show: