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 ,指定用于隔离存储区的范围。

注解

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

适用于