Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ActionCatalog.GetAllActions Method
Definition
- Namespace:
- Windows.AI.Actions.Hosting
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.
Applies to
Feedback
Was this page helpful?
