Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Protected Overridable Sub ReleaseModifierKeysImplementation ( _
    control As UITestControl, _
    keys As ModifierKeys _
)
protected virtual void ReleaseModifierKeysImplementation(
    UITestControl control,
    ModifierKeys keys
)
protected:
virtual void ReleaseModifierKeysImplementation(
    UITestControl^ control, 
    ModifierKeys keys
)
abstract ReleaseModifierKeysImplementation : 
        control:UITestControl * 
        keys:ModifierKeys -> unit  
override ReleaseModifierKeysImplementation : 
        control:UITestControl * 
        keys:ModifierKeys -> unit
protected function ReleaseModifierKeysImplementation(
    control : UITestControl, 
    keys : ModifierKeys
)
Parameters
- control
 Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.