ApplicationView.UIContext Property

Definition

Gets the context identifier for the view.

public:
 property UIContext ^ UIContext { UIContext ^ get(); };
UIContext UIContext();
public UIContext UIContext { get; }
var uIContext = applicationView.uIContext;
Public ReadOnly Property UIContext As UIContext

Property Value

The context identifier for the view.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to