ActionCatalog.GetAllActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.