KeyboardAction コンストラクター (KeyActionType, Keys, String)
指定されたキー イベントの種類、押されたキー、およびキーによって生成された値を使用して、KeyboardAction クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
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 Sub New (
actionType As KeyActionType,
key As Keys,
keyValue As String
)
パラメーター
- actionType
KeyActionType 列挙体のメンバー。
- key
Keys 列挙体のメンバー。
- keyValue
キーを押すことで生成された値。
参照
KeyActionType
Keys
KeyboardAction オーバーロード
KeyboardAction クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間
トップに戻る