NDStorageFileHelper.GetFileURLs(IStorageFile) Method

Definition

Gets transmitter settings from the URLs associated with a StorageFile object if the URLs contain PlayReady-ND metadata.

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)

Parameters

file
IStorageFile

A storage file object that a media server has discovered.

Returns

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The transmitter settings found in the storage file.

Implements

Attributes

Applies to