次の方法で共有


KeyboardAction.ActionType プロパティ

 

キー操作の種類を取得または設定します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public KeyActionType ActionType { get; set; }
public:
property KeyActionType ActionType {
    KeyActionType get();
    void set(KeyActionType value);
}
member ActionType : KeyActionType with get, set
Public Property ActionType As KeyActionType

プロパティ値

Type: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType

キー操作の種類。

解説

このプロパティを設定すると、PropertyChanged イベントが発生します。

参照

KeyActionType
PropertyChanged
KeyboardAction クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る