Partager via


INDStorageFileHelper.GetFileURLs(IStorageFile) Méthode

Définition

Obtient les paramètres de l’émetteur à partir des URL associées à un objet si les URL contiennent des métadonnées 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)

Paramètres

file
IStorageFile

Objet de fichier de stockage qu’un serveur multimédia a découvert.

Retours

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Paramètres de l’émetteur trouvés dans le fichier de stockage.

Attributs

S’applique à