Sdílet prostřednictvím


DragAction – konstruktor (UITechnologyElement, MouseButtons)

Inicializuje novou instanci DragAction třídy pomocí zadaného prvku a tlačítka.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    uiElement As UITechnologyElement, _
    mouseButton As MouseButtons _
)
public DragAction(
    UITechnologyElement uiElement,
    MouseButtons mouseButton
)
public:
DragAction(
    UITechnologyElement^ uiElement, 
    MouseButtons mouseButton
)
new : 
        uiElement:UITechnologyElement * 
        mouseButton:MouseButtons -> DragAction
public function DragAction(
    uiElement : UITechnologyElement, 
    mouseButton : MouseButtons
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DragAction Třída

DragAction – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITechnologyElement

MouseButtons