Compartir a través de


INDStorageFileHelper.GetFileURLs(IStorageFile) Método

Definición

Obtiene la configuración del transmisor de las direcciones URL asociadas a un objeto si las direcciones URL contienen metadatos de PlayReady-ND.

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)

Parámetros

file
IStorageFile

Objeto de archivo de almacenamiento que ha detectado un servidor multimedia.

Devoluciones

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

La configuración del transmisor que se encuentra en el archivo de almacenamiento.

Atributos

Se aplica a