NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorage.Remove

Remove the individual isolated store and all contained data

[Visual Basic]
MustOverride Public Sub Remove()
[C#]
public abstract void Remove();
[C++]
public: virtual void Remove() = 0;
[JScript]
public abstract function Remove();

Return Value

This is abstract method in this base class; must be implemented by subclasses.

Remarks

See subclass for details.

See Also

IsolatedStorage Class | IsolatedStorage Members | System.IO.IsolatedStorage Namespace