NDStorageFileHelper.GetFileURLs(IStorageFile) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les paramètres de l’émetteur à partir des URL associées à un objet StorageFile si les URL contiennent des métadonnées 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)
Paramètres
- file
- IStorageFile
Objet de fichier de stockage découvert par un serveur multimédia.
Retours
Paramètres de l’émetteur trouvés dans le fichier de stockage.
Implémente
- Attributs