Share via


ActionCatalog.GetAllActions Method

Definition

Gets an array of action definitions for all actions registered with the system.

public:
 virtual Platform::Array <ActionDefinition ^> ^ GetAllActions() = GetAllActions;
winrt::array_view <ActionDefinition const&> GetAllActions();
public ActionDefinition[] GetAllActions();
function getAllActions()
Public Function GetAllActions () As ActionDefinition()

Returns

An ActionDefinition object that provides the details of an app action.

Applies to