Share via


WpfCustom Constructors

Definition

Overloads

WpfCustom()
WpfCustom(UITestControl)

WpfCustom()

public:
 WpfCustom();
public WpfCustom ();
Public Sub New ()

Applies to

WpfCustom(UITestControl)

public:
 WpfCustom(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ parent);
public WpfCustom (Microsoft.VisualStudio.TestTools.UITesting.UITestControl parent);
new Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCustom : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCustom
Public Sub New (parent As UITestControl)

Parameters

parent
UITestControl

Applies to