SilverlightViewBox Constructor (UITestControl)

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

Parameters

.NET Framework Security

See Also

Reference

SilverlightViewBox Class

SilverlightViewBox Overload

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace