Share via


SilverlightCell Constructor (UITestControl)

Initializes a new instance of the SilverlightCell class that belongs to the specified parent.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SilverlightCell Class

SilverlightCell Overload

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace