InputAction.ModifierKeys Property
Gets or sets which modifier keys were pressed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public ModifierKeys ModifierKeys { get; set; }
public:
property ModifierKeys ModifierKeys {
ModifierKeys get();
void set(ModifierKeys value);
}
member ModifierKeys : ModifierKeys with get, set
Public Property ModifierKeys As ModifierKeys
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Input.ModifierKeys
The modifier keys.
Remarks
Setting this property raises the PropertyChanged event.
See Also
ModifierKeys
PropertyChanged
InputAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top