Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationView.Id Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?