GuidanceNavigator.AudioNotifications プロパティ

定義

ナビゲーション ガイダンスによって提供されるオーディオ通知の種類を取得または設定します。

注意

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

public:
 property GuidanceAudioNotifications AudioNotifications { GuidanceAudioNotifications get(); void set(GuidanceAudioNotifications value); };
GuidanceAudioNotifications AudioNotifications();

void AudioNotifications(GuidanceAudioNotifications value);
public GuidanceAudioNotifications AudioNotifications { get; set; }
var guidanceAudioNotifications = guidanceNavigator.audioNotifications;
guidanceNavigator.audioNotifications = guidanceAudioNotifications;
Public Property AudioNotifications As GuidanceAudioNotifications

プロパティ値

ナビゲーション ガイダンスによって提供されるオーディオ通知の種類。

適用対象