次の方法で共有


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 の組み合わせは、 UserUser|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 セキュリティ:

参照

IsolatedStorageFile クラス | IsolatedStorageFile メンバ | System.IO.IsolatedStorage 名前空間