Konstruktor DragAction — (UITechnologyElement, MouseButtons)
Inicjuje nowe wystąpienie DragAction klasy przy użyciu dostarczonego element i przyciski.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
'Deklaracja
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
uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
mouseButton
Typ: MouseButtonsCzłonek MouseButtons wyliczenie, która wskazuje, który przycisk jest naciśnięty.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common