Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorageFile::GetUserStoreForSite Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
static IsolatedStorageFile^ GetUserStoreForSite()

Return Value

Type: System.IO.IsolatedStorage::IsolatedStorageFile^

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

This method is supported only in Silverlight-based applications.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft