Freigeben über


WpfPane-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der WpfPane-Klasse mithilfe des bereitgestellten übergeordneten Steuerelements.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As UITestControl _
)
public WpfPane(
    UITestControl parent
)
public:
WpfPane(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WpfPane
public function WpfPane(
    parent : UITestControl
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfPane Klasse

WpfPane-Überladung

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace

UITestControl