Enumerates files within the isolated storage scope.
[Visual Basic] Public Shared Function GetEnumerator( _ ByVal scope As IsolatedStorageScope _ ) As IEnumerator [C#] public static IEnumerator GetEnumerator( IsolatedStorageScope scope ); [C++] public: static IEnumerator* GetEnumerator( IsolatedStorageScope scope ); [JScript] public static function GetEnumerator( scope : IsolatedStorageScope ) : IEnumerator;
Enumerator for the files within the specified isolated storage scope.
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace