ApplicationView.Id Property

Definition

Gets the ID of the window (app view).

public:
 property int Id { int get(); };
int Id();
public int Id { get; }
var int32 = applicationView.id;
Public ReadOnly Property Id As Integer

Property Value

Int32

int

The ID of the window. It is unique for all windows managed by the app.

Remarks

The property is a nonstatic member of the window object. For JavaScript, this means that it is a property of the window object that getForCurrentView creates, not of the ApplicationView class.

Applies to