Поделиться через


DragDropAction - конструктор (UITechnologyElement, UITechnologyElement, MouseButtons)

Инициализирует новый экземпляр класса DragDropAction, используя предоставленные элементы и параметр кнопки мыши.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.Common
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Common (в Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

DragDropAction Класс

DragDropAction - перегрузка

Microsoft.VisualStudio.TestTools.UITest.Common - пространство имен

UITechnologyElement

MouseButtons