IUITechnologyManager.GetChildren(IUITechnologyElement, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- element
- IUITechnologyElement
An IUITechnologyElement object.
- parsedQueryIdCookie
- Object
The cookie of a previously parsed query element.
Returns
An enumerator for the collection of child elements.
- Attributes