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 値のビットごとの組み合わせ。

注釈

ストアは、要素 (ユーザー、アセンブリ、ドメインなど) の組み合わせによって分離されます。

適用対象