UITestBuilderButton.AcceleratorKey Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the keyboard shortcut key.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property AcceleratorKey As Key
public Key AcceleratorKey { get; private set; }
public:
property Key AcceleratorKey {
Key get ();
private: void set (Key value);
}
member AcceleratorKey : Key with get, private set
function get AcceleratorKey () : Key
private function set AcceleratorKey (value : Key)
Property Value
Type: System.Windows.Input.Key
The keyboard shortcut key.
.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.