SilverlightTab Constructor (UITestControl)

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

Parameters

.NET Framework Security

See Also

Reference

SilverlightTab Class

SilverlightTab Overload

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace