Поделиться через


NDStorageFileHelper.GetFileURLs(IStorageFile) Метод

Определение

Получает параметры передатчика из URL-адресов, связанных с объектом StorageFile , если URL-адреса содержат метаданные PlayReady-ND.

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>

Параметры передатчика, найденные в файле хранилища.

Реализации

Атрибуты

Применяется к