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 メソッドの使用方法を示します。