Playlist.Files Property
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.
The set of media files that make up the playlist.
public:
property IVector<StorageFile ^> ^ Files { IVector<StorageFile ^> ^ get(); };
IVector<StorageFile> Files();
public IList<StorageFile> Files { get; }
var iVector = playlist.files;
Public ReadOnly Property Files As IList(Of StorageFile)
Property Value
The list of media files that make up the playlist.