GuidanceAudioNotificationRequestedEventArgs.AudioFilePaths Property

Definition

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:
 property IVectorView<Platform::String ^> ^ AudioFilePaths { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> AudioFilePaths();
public IReadOnlyList<string> AudioFilePaths { get; }
var iVectorView = guidanceAudioNotificationRequestedEventArgs.audioFilePaths;
Public ReadOnly Property AudioFilePaths As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of audio files that have been requested to be played.

Applies to