IApplicationViewActivatedEventArgs
IApplicationViewActivatedEventArgs
IApplicationViewActivatedEventArgs
IApplicationViewActivatedEventArgs
Interface
Definition
Provides data when an app is activated to show its current view.
public : interface IApplicationViewActivatedEventArgspublic interface IApplicationViewActivatedEventArgsPublic Interface IApplicationViewActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IApplicationViewActivatedEventArgsIApplicationViewActivatedEventArgsIApplicationViewActivatedEventArgsIApplicationViewActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
CurrentlyShownApplicationViewId CurrentlyShownApplicationViewId CurrentlyShownApplicationViewId CurrentlyShownApplicationViewId
Gets the identifier for the currently shown app view.
public : int CurrentlyShownApplicationViewId { get; }public int CurrentlyShownApplicationViewId { get; }Public ReadOnly Property CurrentlyShownApplicationViewId As int// You can use this property in JavaScript.
- Value
- int int int int
The identifier for the currently shown app view.