INDStorageFileHelper.GetFileURLs(IStorageFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets transmitter settings from the URLs associated with a object if the URLs contain PlayReady-ND metadata.
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)
Parameters
- file
- IStorageFile
A storage file object that a media server has discovered.
Returns
The transmitter settings found in the storage file.
- Attributes