IsolatedStorage.Scope 属性

定义

获取指定用于隔离存储区的范围的 IsolatedStorageScope 枚举值。

public:
 property System::IO::IsolatedStorage::IsolatedStorageScope Scope { System::IO::IsolatedStorage::IsolatedStorageScope get(); };
public System.IO.IsolatedStorage.IsolatedStorageScope Scope { get; }
member this.Scope : System.IO.IsolatedStorage.IsolatedStorageScope
Public ReadOnly Property Scope As IsolatedStorageScope

属性值

IsolatedStorageScope

指定用于隔离存储的范围的值的 IsolatedStorageScope 按位组合。

注解

存储由 (用户、程序集、域等) 的因素组合隔离。

适用于