Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 921 Bytes

File metadata and controls

33 lines (18 loc) · 921 Bytes
-api-id M:Windows.AI.Actions.Hosting.ActionCatalog.GetActionsForInputs(Windows.AI.Actions.ActionEntity[])
-api-type winrt method

Windows.AI.Actions.Hosting.ActionCatalog.GetActionsForInputs(Windows.AI.Actions.ActionEntity[])

-description

Gets an array of action instances for all actions registered with the system that accept the specified list of input entities.

-parameters

-param inputEntities

A list of ActionEntity objects specifying the input entities for which actions are retrieved.

-returns

An array of ActionInstance objects that provide the details and the invocation context of an app action as well as the ability to invoke the action.

-remarks

-see-also

-examples