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!

IsolatedStorageFile.Remove

[To be supplied.]

Overload List

Removes the isolated storage scope and all contents.

[Visual Basic] Overloads Overrides Public Sub Remove()
[C#] public override void Remove();
[C++] public: override void Remove();
[JScript] public override function Remove();

Removes the specified isolated storage scope and all

contents thereof.

[Visual Basic] Overloads Public Shared Sub Remove(IsolatedStorageScope)
[C#] public static void Remove(IsolatedStorageScope);
[C++] public: static void Remove(IsolatedStorageScope);
[JScript] public static function Remove(IsolatedStorageScope);

See Also

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