IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) 方法

定义

获取独立存储范围中 IsolatedStorageFile 存储区的枚举器。

public:
 static System::Collections::IEnumerator ^ GetEnumerator(System::IO::IsolatedStorage::IsolatedStorageScope scope);
public static System.Collections.IEnumerator GetEnumerator (System.IO.IsolatedStorage.IsolatedStorageScope scope);
static member GetEnumerator : System.IO.IsolatedStorage.IsolatedStorageScope -> System.Collections.IEnumerator
Public Shared Function GetEnumerator (scope As IsolatedStorageScope) As IEnumerator

参数

scope
IsolatedStorageScope

表示为其返回独立存储区的 IsolatedStorageScopeUserUser|Roaming 是仅有的受支持的 IsolatedStorageScope 组合。

返回

指定独立存储范围中 IsolatedStorageFile 存储区的枚举器。

注解

如何:枚举独立存储的存储示例演示了 方法的使用GetEnumerator

适用于

另请参阅