FileActivatedEventArgs.CurrentlyShownApplicationViewId Property

Definition

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.

Implements

Applies to