IsolatedStorageFile.GetUserStoreForSite 方法

定义

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

C#
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
C#
[System.Runtime.InteropServices.ComVisible(false)]
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();

返回

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

属性

注解

此方法仅在基于 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

另请参阅