GuidanceAudioNotificationRequestedEventArgs
GuidanceAudioNotificationRequestedEventArgs
GuidanceAudioNotificationRequestedEventArgs
GuidanceAudioNotificationRequestedEventArgs
Class
Definition
Provides data for the AudioNotificationRequested event.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : sealed class GuidanceAudioNotificationRequestedEventArgs : IGuidanceAudioNotificationRequestedEventArgspublic sealed class GuidanceAudioNotificationRequestedEventArgs : IGuidanceAudioNotificationRequestedEventArgsPublic NotInheritable Class GuidanceAudioNotificationRequestedEventArgs Implements IGuidanceAudioNotificationRequestedEventArgs// This API is not available in Javascript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10586.0)
Windows Mobile Extension SDK (introduced v10.0.10586.0)
Windows Team Extension SDK (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Maps.GuidanceContract (introduced v2)
|
Properties
AudioFilePaths AudioFilePaths AudioFilePaths AudioFilePaths
Gets a list of audio files that have been requested to be played.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : IVectorView<string> AudioFilePaths { get; }public IReadOnlyList<string> AudioFilePaths { get; }Public ReadOnly Property AudioFilePaths As IReadOnlyList<string>// This API is not available in Javascript.
- Value
- IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>
A list of audio files that have been requested to be played.
AudioNotification AudioNotification AudioNotification AudioNotification
Gets the type of audio notification that has been requested.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : GuidanceAudioNotificationKind AudioNotification { get; }public GuidanceAudioNotificationKind AudioNotification { get; }Public ReadOnly Property AudioNotification As GuidanceAudioNotificationKind// This API is not available in Javascript.
- Value
- GuidanceAudioNotificationKind GuidanceAudioNotificationKind GuidanceAudioNotificationKind GuidanceAudioNotificationKind
The type of audio notification that has been requested.
AudioText AudioText AudioText AudioText
Gets the text-based version of the audio notification that has been requested.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime. For more information about the Windows.Services.Maps.Guidance namespace, please work with your Microsoft Account Team representative.
public : PlatForm::String AudioText { get; }public string AudioText { get; }Public ReadOnly Property AudioText As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The text-based version of the audio notification that has been requested.