Freigeben über


HtmlSpan-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der HtmlSpan-Klasse.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlSpan Klasse

HtmlSpan-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl