次の方法で共有


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);

パラメータ

例外

例外の種類 条件
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 セキュリティ:

参照

IsolatedStorageFile クラス | IsolatedStorageFile メンバ | System.IO.IsolatedStorage 名前空間 | IsolatedStorageFile.Remove オーバーロードの一覧