DisplayAreaWatcherStatus Enum

Definition

Defines constants that specify the status of a DisplayAreaWatcher.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum DisplayAreaWatcherStatus
Inheritance
DisplayAreaWatcherStatus
Attributes

Fields

Name Value Description
Created 0

The watcher has been created.

Started 1

The watcher has started.

EnumerationCompleted 2

The watcher has finished enumerating the display areas.

Stopping 3

The watcher is stopping.

Stopped 4

The watcher has stopped.

Aborted 5

The watcher has stopped before completing enumeration of display areas.

Remarks

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

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also