The array of action plugins.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Actions() As System.Array
|
| [C#] |
|---|
public System.Array Actions {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_Actions();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Actions(
|
| [Java] |
|---|
public Object[] getActions();
|