InfoConnect for Unisys
Actions Property (InputMapActionSequence)
Example 


Gets the actions.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public ReadOnly Property Actions As InputMapAction()
'Usage
 
Dim instance As InputMapActionSequence
Dim value() As InputMapAction
 
value = instance.Actions
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public InputMapAction[] Actions {get;}
Example
InputMapActionSequence actionMap;
InputMapAction[] mapAction = actionMap.Actions;
See Also