GuidanceAudioNotificationRequestedEventArgs.AudioNotification プロパティ

定義

要求されたオーディオ通知の種類を取得します。

手記

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 Windows.Services.Maps.Guidance 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public:
 property GuidanceAudioNotificationKind AudioNotification { GuidanceAudioNotificationKind get(); };
GuidanceAudioNotificationKind AudioNotification();
public GuidanceAudioNotificationKind AudioNotification { get; }
var guidanceAudioNotificationKind = guidanceAudioNotificationRequestedEventArgs.audioNotification;
Public ReadOnly Property AudioNotification As GuidanceAudioNotificationKind

プロパティ値

要求されたオーディオ通知の種類。

適用対象