IsolatedStorageFile.GetUserStoreForSite Method

Definition

Obtains a user-scoped isolated store for use by applications in a virtual host domain.

public:
 static System::IO::IsolatedStorage::IsolatedStorageFile ^ GetUserStoreForSite();
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite ();
[System.Runtime.InteropServices.ComVisible(false)]
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite ();
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
[<System.Runtime.InteropServices.ComVisible(false)>]
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
Public Shared Function GetUserStoreForSite () As IsolatedStorageFile

Returns

The isolated storage file that corresponds to the isolated storage scope based on the calling code's application identity.

Attributes

Remarks

This method is supported only in Silverlight-based applications.

Applies to

See also