Share via


ActionInvocationContext.InvokerWindowId Property

Definition

Gets the identifier for the window from which the app action invocation was initiated.

public:
 property WindowId InvokerWindowId { WindowId get(); };
WindowId InvokerWindowId();
public WindowId InvokerWindowId { get; }
var windowId = actionInvocationContext.invokerWindowId;
Public ReadOnly Property InvokerWindowId As WindowId

Property Value

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

Applies to