Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorageFile::GetEnumerator Method (IsolatedStorageScope)

 

Gets the enumerator for the IsolatedStorageFile stores within an isolated storage scope.

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

public:
static IEnumerator^ GetEnumerator(
	IsolatedStorageScope scope
)

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.

IsolatedStorageFilePermission

for using isolated storage. Associated enumeration: AdministerIsolatedStorageByUser

ReflectionPermission

when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft