Freigeben über


HtmlTextArea-Konstruktor (UITestControl)

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblys:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlTextArea Klasse

HtmlTextArea-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl