ComputerActionKeyPress.Keys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The combination of keys the model is requesting to be pressed. This is an array of strings, each representing a key.
public System.Collections.Generic.IList<string> Keys { get; }
member this.Keys : System.Collections.Generic.IList<string>
Public ReadOnly Property Keys As IList(Of String)