Reflection
Mapping Property (KeyboardMapping)
Example 


Gets the action sequence associated with the keyboard mapping.
Syntax
'Declaration
 
Public ReadOnly Property Mapping As InputMapActionSequence
'Usage
 
Dim instance As KeyboardMapping
Dim value As InputMapActionSequence
 
value = instance.Mapping
public InputMapActionSequence Mapping {get;}
Example
KeyboardMapping map ;
InputMapActionSequence mapAction = map.Mapping;
See Also