FileActivatedEventArgs.CurrentlyShownApplicationViewId 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 identifier for the currently shown app view.
public:
property int CurrentlyShownApplicationViewId { int get(); };
int CurrentlyShownApplicationViewId();
public int CurrentlyShownApplicationViewId { get; }
var int32 = fileActivatedEventArgs.currentlyShownApplicationViewId;
Public ReadOnly Property CurrentlyShownApplicationViewId As Integer
Property Value
Int32
int
The identifier for the currently shown app view.