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