Discover Properties of Storage Items in Windows Store Apps

Preface Sometimes it is helpful to discover some or all properties of storage items (StorageFile, StorageFolder). These classes implement the interfaces IStorageItem and IStorageItemProperties. IStorgeItem.GetBasicPropertiesAsync gets an object that provides access to the basic properties of an item. IStorageItemProperties.Properties gets an object that provides access to the content-related properties of …