Share via


ActionInvocationContext.InvokerAppUserModelId Property

Definition

Gets the Application User Model ID (AppUserModelID) for the app from which the app action invocation was initiated.

public:
 property Platform::String ^ InvokerAppUserModelId { Platform::String ^ get(); };
winrt::hstring InvokerAppUserModelId();
public string InvokerAppUserModelId { get; }
var string = actionInvocationContext.invokerAppUserModelId;
Public ReadOnly Property InvokerAppUserModelId As String

Property Value

String

Platform::String

winrt::hstring

The AppUserModelID of the app that invoked the app action. For more information, see Application User Model IDs (AppUserModelIDs).

Applies to