AppWindow.Id Property

Definition

Gets the identifier for the app window.

public:
 property WindowId Id { WindowId get(); };
WindowId Id();
public WindowId Id { get; }
var windowId = appWindow.id;
Public ReadOnly Property Id As WindowId

Property Value

The identifier for the app window.

Applies to

See also