Share via


SilverlightTree Constructor (UITestControl)

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

Parameters

.NET Framework Security

See Also

Reference

SilverlightTree Class

SilverlightTree Overload

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace