WinTree Constructor (UITestControl)

Initializes a new instance of the WinTree class by using the provided parent control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As UITestControl _
)
public WinTree(
    UITestControl parent
)
public:
WinTree(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinTree
public function WinTree(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

WinTree Class

WinTree Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl