DisplayAreaWatcherStatus Enum
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.
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
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.