DurationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class DurationType
[System.Security.SecurityCritical]
public enum DurationType
[<System.Security.SecurityCritical>]
type DurationType =
Public Enum DurationType
- 繼承
- 屬性
欄位
Automatic | 0 | 具有 "Automatic" 特殊值。 |
Forever | 2 | 具有 "Forever" 特殊值。 |
TimeSpan | 1 | 在 TimeSpan 元件中具有有效的資訊。 |
備註
此列舉表示 Windows 運行時間 (WinRT) DurationType
列舉的 .NET 投影。 如需詳細資訊,請參閱UWP API 參考中的 DurationType 。