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>

再生が要求されたオーディオ ファイルの一覧。

適用対象