ActionInvocationContext.InvokerWindowId 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 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.