IsolatedStorageFile.GetEnumerator メソッド
分離ストレージのスコープ内にある IsolatedStorageFile ストアの列挙子を取得します。
Public Shared Function GetEnumerator( _
ByVal scope As IsolatedStorageScope _) As IEnumerator
[C#]
public static IEnumerator GetEnumerator(IsolatedStorageScopescope);
[C++]
public: static IEnumerator* GetEnumerator(IsolatedStorageScopescope);
[JScript]
public static function GetEnumerator(
scope : IsolatedStorageScope) : IEnumerator;
パラメータ
- scope
分離ストアを返す対象の IsolatedStorageScope を表します。サポートされている IsolatedStorageScope の組み合わせは、 User と User|Roaming だけです。
戻り値
指定した分離ストレージ スコープ内の IsolatedStorageFile ストアの列挙子。
解説
GetEnumerator メソッドの使用方法については、「 ストアの列挙 」の例を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- IsolatedStorageFilePermission (分離ストレージを使用するために必要なアクセス許可) AssemblyIsolationByUser (関連する列挙体)
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
参照
IsolatedStorageFile クラス | IsolatedStorageFile メンバ | System.IO.IsolatedStorage 名前空間