I am working on a dual screen app, and I am looking at the value returned by ApplicationView.GetForCurrentView().ViewMode. My app is returning a value of 2, which is kind of what I expect, except that the ApplicationViewMode enumeration (at least according to Intellisense) only includes Default & CompactOverlay. I understand that ApplicationViewMode.Spanning is being added, which will (I'm assuming) have a value of 2. But since Intellisense does not list this, what should I do when checking the value returned by ApplicationView.GetForCurrentView().ViewMode? Thanks.