Add one or more actions to the element
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public void AddAction( IEnumerable<ElementAction> elementActions ) |
Visual Basic |
---|
Public Sub AddAction ( _ elementActions As IEnumerable(Of ElementAction) _ ) |
Visual C++ |
---|
public: void AddAction( IEnumerable<ElementAction^>^ elementActions ) |
Parameters
- elementActions
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ElementAction>)>)>
The actions to add