Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 640 Bytes

applicationview_id.md

File metadata and controls

23 lines (16 loc) · 640 Bytes
-api-id -api-type
P:Windows.UI.ViewManagement.ApplicationView.Id
winrt property

Windows.UI.ViewManagement.ApplicationView.Id

-description

Gets the ID of the window (app view).

-property-value

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.

-examples

-see-also