共用方式為


GuidanceAudioNotificationRequestedEventArgs.AudioFilePaths 屬性

定義

取得已要求播放的音訊檔案清單。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則對此 API 的呼叫會在執行時間失敗。 如需 Windows.Services.Maps.Guidance 命名空間的詳細資訊,請與您的 Microsoft 帳戶小組代表合作。

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)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

已要求播放的音訊檔案清單。

適用於