Gets the enumerator for the System.IO.IsolatedStorage.IsolatedStorageFile stores within an isolated storage scope.
- scope
Represents the System.IO.IsolatedStorage.IsolatedStorageScope for which to return isolated stores. User and User|Roaming are the only IsolatedStorageScope combinations supported.
![]()
Enumerator for the System.IO.IsolatedStorage.IsolatedStorageFile stores within the specified isolated storage scope.
The [<topic://cpconenumeratingstores>] example demonstrates the use of the IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) method.