ActionInvocationContext.ActionId Property
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 the ID of the app action for the current invocation.
public:
property Platform::String ^ ActionId { Platform::String ^ get(); };
winrt::hstring ActionId();
public string ActionId { get; }
var string = actionInvocationContext.actionId;
Public ReadOnly Property ActionId As String
Property Value
The ID of the app action. The action ID is declared in the Action definition JSON file. For more information, see Action definition JSON schema for App Actions on Windows.