获取或设置操作中要移除的匹配键。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public Keys Key { get; set; }
public:
property Keys Key {
Keys get();
void set(Keys value);
}
member Key : Keys with get, set
Public Property Key As Keys
属性值
Type: System.Windows.Forms.Keys
要匹配的键。
备注
设置此属性将引发 PropertyChanged 事件。
请参阅
PropertyChanged
Keys
RemoveKeysAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首