ActionInvocationContext.InvokerAppUserModelId 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 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
The AppUserModelID of the app that invoked the app action. For more information, see Application User Model IDs (AppUserModelIDs).