共用方式為


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

屬性值

導覽指引所提供的音訊通知類型。

適用於