AppWindow.UIContext 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 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.