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

分離ストアを返す対象の IsolatedStorageScope を表します。 サポートされている User の組み合わせは、User|RoamingIsolatedStorageScope だけです。

戻り値

指定した分離ストレージ スコープ内の IsolatedStorageFile ストアの列挙子。

注釈

How to: Enumerate Stores for Isolated Storage の例では、 メソッドの使用方法をGetEnumerator示します。

適用対象

こちらもご覧ください