Partilhar via


NDStorageFileHelper.GetFileURLs(IStorageFile) Método

Definição

Obtém as configurações do transmissor das URLs associadas a um objeto StorageFile se as URLs contiverem metadados 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)

Parâmetros

file
IStorageFile

Um objeto de arquivo de armazenamento que um servidor de mídia descobriu.

Retornos

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

As configurações do transmissor encontradas no arquivo de armazenamento.

Implementações

Atributos

Aplica-se a