共用方式為


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
)

參數

.NET Framework 安全性

請參閱

參考

KeyboardAction 類別

KeyboardAction 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

KeyActionType

Keys