Konstruktor DragDropAction — (UITechnologyElement, UITechnologyElement, MouseButtons)
Inicjuje nowe wystąpienie DragDropAction klasy przy użyciu dostarczonego elementów i ustawienie przycisku myszy.
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 ( _
sourceUIElement As UITechnologyElement, _
targetUIElement As UITechnologyElement, _
mouseButton As MouseButtons _
)
public DragDropAction(
UITechnologyElement sourceUIElement,
UITechnologyElement targetUIElement,
MouseButtons mouseButton
)
public:
DragDropAction(
UITechnologyElement^ sourceUIElement,
UITechnologyElement^ targetUIElement,
MouseButtons mouseButton
)
new :
sourceUIElement:UITechnologyElement *
targetUIElement:UITechnologyElement *
mouseButton:MouseButtons -> DragDropAction
public function DragDropAction(
sourceUIElement : UITechnologyElement,
targetUIElement : UITechnologyElement,
mouseButton : MouseButtons
)
Parametry
- sourceUIElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
A UITechnologyElement obiekt, który reprezentuje element, w którym rozpoczyna się operacji przeciągania.
- targetUIElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
A UITechnologyElement obiekt, który reprezentuje element, w którym kończy się operacji przeciągania.
- mouseButton
Typ: System.Windows.Forms.MouseButtons
Członek MouseButtons wyliczenia wskazująca jest wciśnięty przycisk myszy, które.
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 Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common