DurationType 枚举
定义
public enum class DurationType
public enum DurationType
[System.Security.SecurityCritical]
public enum DurationType
type DurationType =
[<System.Security.SecurityCritical>]
type DurationType =
Public Enum DurationType
- 继承
- 属性
字段
Automatic | 0 | 具有“Automatic”特殊值。Has the "Automatic" special value. |
Forever | 2 | 具有“Forever”特殊值。Has the "Forever" special value. |
TimeSpan | 1 | 在 TimeSpan 组件中具有有效信息。Has valid information in the TimeSpan component. |
注解
此枚举表示 Windows 运行时 (WinRT) 枚举的 .NET 投影 DurationType
。This enumeration represents the .NET projection of the Windows Runtime (WinRT) DurationType
enum. 有关详细信息,请参阅 UWP API 参考中的 DurationType 。For more information, see DurationType in the UWP API reference.