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
)
参数
- sourceUIElement
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
一个 UITechnologyElement 对象,表示在其上开始拖动操作的元素。
- targetUIElement
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
一个 UITechnologyElement 对象,表示在其上结束拖动操作的元素。
- mouseButton
类型:System.Windows.Forms.MouseButtons
MouseButtons 枚举的成员,指示按下哪个鼠标按钮。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。