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|Roamingの組み合わせは、IsolatedStorageScopeです。

返品

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

注釈

方法: 分離ストレージのストアを列挙する例では、GetEnumerator メソッドの使用方法を示します。

適用対象

こちらもご覧ください