Freigeben über


SilverlightTree-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der SilverlightTree-Klasse mit dem angegebenen übergeordneten Element.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SilverlightTree Klasse

SilverlightTree-Überladung

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls-Namespace