UITechnologyManagerProxy.GetChildren Method
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)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Overrides Function GetChildren ( _
element As IUITechnologyElement, _
parsedQueryIdCookie As Object _
) As IEnumerator
[ComVisibleAttribute(true)]
public override IEnumerator GetChildren(
IUITechnologyElement element,
Object parsedQueryIdCookie
)
[ComVisibleAttribute(true)]
public:
virtual IEnumerator^ GetChildren(
IUITechnologyElement^ element,
Object^ parsedQueryIdCookie
) override
[<ComVisibleAttribute(true)>]
abstract GetChildren :
element:IUITechnologyElement *
parsedQueryIdCookie:Object -> IEnumerator
[<ComVisibleAttribute(true)>]
override GetChildren :
element:IUITechnologyElement *
parsedQueryIdCookie:Object -> IEnumerator
public override function GetChildren(
element : IUITechnologyElement,
parsedQueryIdCookie : Object
) : IEnumerator
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElementThe IUITechnologyElement whose child enumerator is needed.
parsedQueryIdCookie
Type: ObjectThe cookie of previously parsed QueryId to filter matching children.
Return Value
Type: IEnumerator
The enumerator for children.
Implements
IUITechnologyManager.GetChildren(IUITechnologyElement, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UITechnologyManagerProxy Class