共用方式為


INDStorageFileHelper.GetFileURLs(IStorageFile) 方法

定義

如果 URL 包含 PlayReady-ND 中繼資料,則從與 物件相關聯的 URL 取得傳輸器設定。

public:
 IVector<Platform::String ^> ^ GetFileURLs(IStorageFile ^ file);
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>

儲存檔案中找到的傳輸器設定。

屬性

適用於