IUITestService.GetFirstChild Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetFirstChild ( _
    element As IAfxElement _
) As IAfxElement
'Usage
Dim instance As IUITestService
Dim element As IAfxElement
Dim returnValue As IAfxElement

returnValue = instance.GetFirstChild(element)
IAfxElement GetFirstChild(
    IAfxElement element
)
IAfxElement^ GetFirstChild(
    IAfxElement^ element
)
function GetFirstChild(
    element : IAfxElement
) : IAfxElement
abstract GetFirstChild : 
        element:IAfxElement -> IAfxElement 

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IAfxElement

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace