Freigeben über


HtmlScrollBar-Konstruktor (UITestControl)

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

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 HtmlScrollBar(
    UITestControl parent
)
public:
HtmlScrollBar(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlScrollBar
public function HtmlScrollBar(
    parent : UITestControl
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlScrollBar Klasse

HtmlScrollBar-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl