IsolatedStorageFile.GetUserStoreForSite 方法

定义

获取用户范围的独立存储,供虚拟主机域中的应用程序使用。

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

返回

与基于调用代码的应用程序标识的独立存储范围对应的独立存储文件。

属性

注解

此方法仅在基于 Silverlight 的应用程序中受支持。

适用于

另请参阅