IsolatedStorageFile.GetUserStoreForSite 方法

定义

获取用户范围的独立存储,供虚拟主机域中的应用程序使用。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

返回

IsolatedStorageFile

与基于调用代码的应用程序标识的独立存储范围对应的独立存储文件。The isolated storage file that corresponds to the isolated storage scope based on the calling code's application identity.

属性

注解

仅在基于 Silverlight 的应用程序中支持此方法。This method is supported only in Silverlight-based applications.

适用于