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 方法。

適用於

另請參閱