AppWindow.UIContext Property
Definition
Gets the UI context for the app window.
public:
property UIContext ^ UIContext { UIContext ^ get(); };
UIContext UIContext();
public UIContext UIContext { get; }
var uIContext = appWindow.uIContext;
Public ReadOnly Property UIContext As UIContext
Property Value
The UI context for the app window.