KeyCombination.Key Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Key As Keys
Get
Set
'Usage
Dim instance As KeyCombination
Dim value As Keys
value = instance.Key
instance.Key = value
public Keys Key { get; set; }
public:
property Keys Key {
Keys get ();
void set (Keys value);
}
function get Key () : Keys
function set Key (value : Keys)
member Key : Keys with get, set
Property Value
Type: System.Windows.Forms.Keys
.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.