IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取独立存储范围中 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
表示为其返回独立存储区的 IsolatedStorageScope。
User
和 User|Roaming
是仅有的受支持的 IsolatedStorageScope
组合。
返回
指定独立存储范围中 IsolatedStorageFile 存储区的枚举器。
注解
如何:枚举独立存储的存储示例演示了 方法的使用GetEnumerator。