Condividi tramite


INDStorageFileHelper.GetFileURLs(IStorageFile) Metodo

Definizione

Ottiene le impostazioni del trasmettitore dagli URL associati a un oggetto se gli URL contengono metadati 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)

Parametri

file
IStorageFile

Oggetto file di archiviazione individuato da un server multimediale.

Restituisce

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Le impostazioni del trasmettitore presenti nel file di archiviazione.

Attributi

Si applica a