GuidanceNavigator.AudioNotifications Eigenschaft

Definition

Ruft die Typen von Audiobenachrichtigungen ab, die von der Navigationsanleitung bereitgestellt werden, oder legt diese fest.

Anmerkung

Diese API ist nicht für alle Windows-Apps verfügbar. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser API zur Laufzeit fehl. Weitere Informationen zum Windows.Services.Maps.Guidance Namespace können Sie mit Ihrem Microsoft-Kontoteammitarbeiter verwenden.

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

Eigenschaftswert

Die Arten von Audiobenachrichtigungen, die von der Navigationsanleitung bereitgestellt werden.

Gilt für: