Describes the kind of item that is represented by an instance of a class that implements IStorageItem (like a StorageFile or StorageFolder object).
[FlagsAttribute]
public enum class StorageItemTypes
| Member | Value | Description |
|---|---|---|
| File | 1 | A file that is represented as a StorageFile instance. |
| Folder | 2 | A folder that is represented as a StorageFolder instance. |
| None | 0 | A generic storage item that represents either a file or a folder. |
Namespace: Windows.Storage
Metadata: windows.winmd