UITechnologyManagerProxy.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.
public:
override System::Collections::IEnumerator ^ GetChildren(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element, System::Object ^ parsedQueryIdCookie);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Collections.IEnumerator GetChildren (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element, object parsedQueryIdCookie);
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetChildren : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * obj -> System.Collections.IEnumerator
Public Overrides Function GetChildren (element As IUITechnologyElement, parsedQueryIdCookie As Object) As IEnumerator
Parameters
- element
- IUITechnologyElement
- parsedQueryIdCookie
- Object
Returns
- Attributes