WinList Constructor (UITestControl)

Initializes a new instance of the WinList 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 WinList(
    UITestControl parent
)
public:
WinList(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinList
public function WinList(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

WinList Class

WinList Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl