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.
UITechnologyManager::GetChildren Method (IUITechnologyElement^, Object^)
Returns an enumerator for the child elements in the given element.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: [ComVisibleAttribute(true)] virtual IEnumerator^ GetChildren( IUITechnologyElement^ element, Object^ parsedQueryIdCookie ) abstract
Parameters
- element
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^
An IUITechnologyElement object.
- parsedQueryIdCookie
-
Type:
System::Object^
The cookie of a previously parsed IQueryElement to filter matching children by using the QueryId property of each element.
Return Value
Type: System.Collections::IEnumerator^An enumerator for the collection of child elements.
Show: