Playlist.Files Property

Definition

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.

Applies to

See also