HtmlCustom Constructors

Definition

Overloads

HtmlCustom()
HtmlCustom(UITestControl)

HtmlCustom()

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

Applies to

HtmlCustom(UITestControl)

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

Parameters

parent
UITestControl

Applies to