XamlRoot.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 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.