Share via


XamlRoot.UIContext Property

Definition

Gets the context identifier for the view.

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

Property Value

The context identifier for the view.

Applies to