KeyboardAction 构造函数 (KeyActionType, Keys, String)
使用提供的键事件类型、按下的键和该键生成的值初始化 KeyboardAction 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
声明
Public Sub New ( _
actionType As KeyActionType, _
key As Keys, _
keyValue As String _
)
public KeyboardAction(
KeyActionType actionType,
Keys key,
string keyValue
)
public:
KeyboardAction(
KeyActionType actionType,
Keys key,
String^ keyValue
)
new :
actionType:KeyActionType *
key:Keys *
keyValue:string -> KeyboardAction
public function KeyboardAction(
actionType : KeyActionType,
key : Keys,
keyValue : String
)
参数
- actionType
类型:Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType
KeyActionType 枚举的一个成员。
- key
类型:System.Windows.Forms.Keys
Keys 枚举的一个成员。
- keyValue
类型:System.String
由按键生成的值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。