AlertModeTypes 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.
Enumerates the modes of alert events.
This enumeration supports a bitwise combination of its member values.
public enum class AlertModeTypes
[System.Flags]
public enum AlertModeTypes
type AlertModeTypes =
Public Enum AlertModeTypes
- Inheritance
-
AlertModeTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Any | -1 | Any type that can be used for notification. |
Invalid | -1 | |
Visual | 1 | Visual can be used for notification. |
Audio | 2 | Audio can be used for notification. |