IsolatedStorageFile.GetUserStoreForSite 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户范围的独立存储,供虚拟主机域中的应用程序使用。
public:
static System::IO::IsolatedStorage::IsolatedStorageFile ^ GetUserStoreForSite();
C#
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
C#
[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 的应用程序中受支持。
产品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |