WpfCell Constructor (UITestControl)

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WpfCell Class

WpfCell Overload

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace

UITestControl