ToastNotificationMode 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.
public enum class ToastNotificationMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class ToastNotificationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum ToastNotificationMode
var value = Windows.UI.Notifications.ToastNotificationMode.unrestricted
Public Enum ToastNotificationMode
- Inheritance
-
ToastNotificationMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unrestricted | 0 | |
PriorityOnly | 1 | |
AlarmsOnly | 2 |