CoreWindow.UIContext Property

Definition

Gets the context identifier for the core window.

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

Property Value

The context identifier for the core window.

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