CoreApplicationView.IsMain 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 a value that indicates whether this app view is the main app view or not.
public:
property bool IsMain { bool get(); };
bool IsMain();
public bool IsMain { get; }
var boolean = coreApplicationView.isMain;
Public ReadOnly Property IsMain As Boolean
Property Value
Boolean
bool
If true, this app view is the main; if false, it is not.