IsolatedStorageFile::GetEnumerator Method (IsolatedStorageScope)
.NET Framework (current version)
Gets the enumerator for the IsolatedStorageFile stores within an isolated storage scope.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- scope
-
Type:
System.IO.IsolatedStorage::IsolatedStorageScope
Represents the IsolatedStorageScope for which to return isolated stores. User and User|Roaming are the only IsolatedStorageScope combinations supported.
Return Value
Type: System.Collections::IEnumerator^Enumerator for the IsolatedStorageFile stores within the specified isolated storage scope.
The How to: Enumerate Stores for Isolated Storage example demonstrates the use of the GetEnumerator method.
IsolatedStorageFilePermissionReflectionPermission
for using isolated storage. Associated enumeration: AdministerIsolatedStorageByUser
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess
.NET Framework
Available since 1.1
Available since 1.1
Show: