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.
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.
Show: