InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / InputMapActionSequence Class / Actions Property
Example


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