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

Property Value

Int32

int

The identifier for the currently shown app view.

Implements

Remarks

When an app calls CurrentlyShownApplicationViewId in the activated event handler of a secondary window (for example, eventArgs.get_CurrentlyShownApplicationViewId), it gets the view identifier of the child window.

Applies to