I'm building a music app and I want to access an SD card. I get an error with await though.
await
You need to make the method async in order to use the await keyword within it:
async
private async void ListView_ContainerContentChanging(...)