IsolatedStorage.Remove Method

Definition

When overridden in a derived class, removes the individual isolated store and all contained data.

public:
 abstract void Remove();
public abstract void Remove ();
abstract member Remove : unit -> unit
Public MustOverride Sub Remove ()

Remarks

IsolatedStorageFile.Remove implements this method.

Applies to