Share via


SilverlightLabel Constructor (UITestControl)

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

Parameters

.NET Framework Security

See Also

Reference

SilverlightLabel Class

SilverlightLabel Overload

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace