IsolatedStorageFile.Remove メソッド (IsolatedStorageScope)
すべての ID に対して指定した分離ストレージ スコープを削除します。
Overloads Public Shared Sub Remove( _
ByVal scope As IsolatedStorageScope _)
[C#]
public static void Remove(IsolatedStorageScopescope);
[C++]
public: static void Remove(IsolatedStorageScopescope);
[JScript]
public static function Remove(
scope : IsolatedStorageScope);
パラメータ
- scope
IsolatedStorageScope 値のビットごとの組み合わせ。
例外
例外の種類 | 条件 |
---|---|
IsolatedStorageException | 分離ストアを削除できません。 |
解説
注意 このメソッドは、スコープ全体とスコープ内に含まれるすべてのディレクトリおよびファイルを完全に削除します。この操作を元に戻すことはできません。
Remove メソッドの使用方法については、「 ストアの削除 」の例を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- IsolatedStorageFilePermission (分離ストレージを使用するために必要なアクセス許可) AdministerIsolatedStorageByUser (関連する列挙体)
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
参照
IsolatedStorageFile クラス | IsolatedStorageFile メンバ | System.IO.IsolatedStorage 名前空間 | IsolatedStorageFile.Remove オーバーロードの一覧