Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 829 Bytes

File metadata and controls

33 lines (18 loc) · 829 Bytes
-api-id M:Windows.AI.Actions.ActionRuntime.CreateInvocationContext(System.String)
-api-type winrt method

Windows.AI.Actions.ActionRuntime.CreateInvocationContext(System.String)

-description

Creates an ActionInvocationContext object associated with the specified action and window ID.

-parameters

-param actionId

The ID of the app action for which the invocation context is created. The action ID is declared in the Action definition JSON file. For more information, see Action definition JSON schema for App Actions on Windows.

-returns

A new ActionInvocationContext object.

-remarks

-see-also

-examples