Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.19 KB

File metadata and controls

37 lines (20 loc) · 1.19 KB
-api-id M:Windows.AI.Actions.Hosting.ActionCatalog.GetActionsForInputs(Windows.AI.Actions.ActionEntity[],Windows.UI.WindowId)
-api-type winrt method

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

-description

Gets an array of action instances for all actions registered with the system that accept the specified list of input entities. This overload also accepts the WindowId associated with the invoker of the action.

-parameters

-param inputEntities

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

-param invokerWindowId

A WindowId object specifying the window that invokes the app action.

-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