Freigeben über


WpfControl-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der WpfControl-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 WpfControl(
    UITestControl parent
)
public:
WpfControl(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WpfControl
public function WpfControl(
    parent : UITestControl
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfControl Klasse

WpfControl-Überladung

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace

UITestControl