AppNotificationAudioLooping 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定應用程式通知音訊的循環行為。
public enum class AppNotificationAudioLooping
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract, 65536)]
enum class AppNotificationAudioLooping
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract), 65536)]
public enum AppNotificationAudioLooping
var value = Microsoft.Windows.AppNotifications.Builder.AppNotificationAudioLooping.none
Public Enum AppNotificationAudioLooping
- 繼承
-
AppNotificationAudioLooping
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
Loop | 1 | 音訊會迴圈。 |
None | 0 | 音訊不會迴圈。 |
備註
若要指定應用程式通知音訊的循環行為,請使用 AppNotificationBuilder.SetAudioEvent 或 AppNotificationBuilder.SetAudioUri。