UITestActionExecutor.ReleaseModifierKeys Method (UITechnologyElement, ModifierKeys)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public MustOverride Sub ReleaseModifierKeys ( _
control As UITechnologyElement, _
keys As ModifierKeys _
)
public abstract void ReleaseModifierKeys(
UITechnologyElement control,
ModifierKeys keys
)
public:
virtual void ReleaseModifierKeys(
UITechnologyElement^ control,
ModifierKeys keys
) abstract
abstract ReleaseModifierKeys :
control:UITechnologyElement *
keys:ModifierKeys -> unit
public abstract function ReleaseModifierKeys(
control : UITechnologyElement,
keys : ModifierKeys
)
Parameters
.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.