uwp StorageFile adding a custom property
问题 In my uwp app I am getting Video files with KnownFolders.VideoLibrary . I am able to PreFetch videoProperties of the file and also some other properties. Now I actually want to tag the video files with some string data, and save that data so I can check that later on. For example I want to add them to Liked Videos so can I add a custom property on the storagefile which will remain saved every time I run the app. This will let me check whether a specific storagefile is liked or not. Currently