Share via


DisplayAreaWatcherStatus Enum

Definition

Defines constants that specify the status of a DisplayAreaWatcher.

public enum class DisplayAreaWatcherStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class DisplayAreaWatcherStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum DisplayAreaWatcherStatus
var value = Microsoft.UI.Windowing.DisplayAreaWatcherStatus.created
Public Enum DisplayAreaWatcherStatus
Inheritance
DisplayAreaWatcherStatus
Attributes

Fields

Aborted 5

The watcher has stopped before completing enumeration of display areas.

Created 0

The watcher has been created.

EnumerationCompleted 2

The watcher has finished enumerating the display areas.

Started 1

The watcher has started.

Stopped 4

The watcher has stopped.

Stopping 3

The watcher is stopping.

Remarks

Values of this enumeration are used by the DisplayAreaWatcher.Status property.

Applies to

See also