NDStorageFileHelper.GetFileURLs(IStorageFile) メソッド

定義

Url に PlayReady-ND メタデータが含まれている場合は、 StorageFile オブジェクトに関連付けられている URL から送信機の設定を取得します。

public:
 virtual IVector<Platform::String ^> ^ GetFileURLs(IStorageFile ^ file) = GetFileURLs;
IVector<winrt::hstring> GetFileURLs(IStorageFile const& file);
/// [Windows.Foundation.Metadata.Deprecated("INDStorageFileHelper is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
IVector<winrt::hstring> GetFileURLs(IStorageFile const& file);
public IList<string> GetFileURLs(IStorageFile file);
[Windows.Foundation.Metadata.Deprecated("INDStorageFileHelper is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public IList<string> GetFileURLs(IStorageFile file);
function getFileURLs(file)
Public Function GetFileURLs (file As IStorageFile) As IList(Of String)

パラメーター

file
IStorageFile

メディア サーバーが検出したストレージ ファイル オブジェクト。

戻り値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ストレージ ファイルで見つかった送信機の設定。

実装

属性

適用対象