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 ストアの列挙子。
注釈
How to: Enumerate Stores for Isolated Storage の例では、 メソッドの使用方法をGetEnumerator示します。