继承层次结构
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestActionExecutor
Microsoft.VisualStudio.TestTools.UITesting.WebViewActionExecutor
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
语法
声明
Public Class WebViewActionExecutor _
Inherits UITestActionExecutor
public class WebViewActionExecutor : UITestActionExecutor
public ref class WebViewActionExecutor : public UITestActionExecutor
type WebViewActionExecutor =
class
inherit UITestActionExecutor
end
public class WebViewActionExecutor extends UITestActionExecutor
WebViewActionExecutor 类型公开以下成员。
构造函数
页首
方法
.gif) |
Click |
(重写 UITestActionExecutor.Click(UITechnologyElement, MouseButtons, ModifierKeys, Point)。) |
.gif) |
DoubleClick |
(重写 UITestActionExecutor.DoubleClick(UITechnologyElement, MouseButtons, ModifierKeys, Point)。) |
.gif) |
Equals |
确定指定的对象是否等于当前对象。 (继承自 Object。) |
.gif) |
Finalize |
在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。) |
.gif) |
GetControlSupportLevel |
(重写 UITestActionExecutor.GetControlSupportLevel(UITechnologyElement)。) |
.gif) |
GetHashCode |
作为默认哈希函数。 (继承自 Object。) |
.gif) |
GetType |
获取当前实例的 Type。 (继承自 Object。) |
.gif) |
Hover |
(重写 UITestActionExecutor.Hover(UITechnologyElement, Point, Int32)。) |
.gif) |
MemberwiseClone |
创建当前 Object 的浅表副本。 (继承自 Object。) |
.gif) |
MouseMove |
(重写 UITestActionExecutor.MouseMove(UITechnologyElement, Point)。) |
.gif) |
MoveScrollWheel |
(重写 UITestActionExecutor.MoveScrollWheel(UITechnologyElement, Int32, ModifierKeys)。) |
.gif) |
PressModifierKeys |
(重写 UITestActionExecutor.PressModifierKeys(UITechnologyElement, ModifierKeys)。) |
.gif) |
ReleaseKeyboard |
(重写 UITestActionExecutor.ReleaseKeyboard()。) |
.gif) |
ReleaseModifierKeys |
(重写 UITestActionExecutor.ReleaseModifierKeys(UITechnologyElement, ModifierKeys)。) |
.gif) |
ReleaseMouse |
(重写 UITestActionExecutor.ReleaseMouse()。) |
.gif) |
SendKeys |
(重写 UITestActionExecutor.SendKeys(UITechnologyElement, String, ModifierKeys, Boolean)。) |
.gif) |
StartDragging |
(重写 UITestActionExecutor.StartDragging(UITechnologyElement, MouseButtons, ModifierKeys, Point)。) |
.gif) |
StopDragging |
(重写 UITestActionExecutor.StopDragging(UITechnologyElement, Point, Boolean)。) |
.gif) |
ToString |
返回表示当前对象的字符串。 (继承自 Object。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
参考
Microsoft.VisualStudio.TestTools.UITesting 命名空间