Share via


ToastNotificationActivatedEventArgs.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 = toastNotificationActivatedEventArgs.currentlyShownApplicationViewId;
Public ReadOnly Property CurrentlyShownApplicationViewId As Integer

Property Value

Int32

int

The identifier for the currently shown app view.

Implements

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to