IsolatedStorage.InitStore メソッド

定義

ドメインまたはアプリケーションの証拠を使用して、新しい IsolatedStorage オブジェクトを初期化します。

オーバーロード

名前 説明
InitStore(IsolatedStorageScope, Type, Type)

新しい IsolatedStorage オブジェクトを初期化します。

InitStore(IsolatedStorageScope, Type)

新しい IsolatedStorage オブジェクトを初期化します。

InitStore(IsolatedStorageScope, Type, Type)

新しい IsolatedStorage オブジェクトを初期化します。

protected:
 void InitStore(System::IO::IsolatedStorage::IsolatedStorageScope scope, Type ^ domainEvidenceType, Type ^ assemblyEvidenceType);
protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType);
member this.InitStore : System.IO.IsolatedStorage.IsolatedStorageScope * Type * Type -> unit
Protected Sub InitStore (scope As IsolatedStorageScope, domainEvidenceType As Type, assemblyEvidenceType As Type)

パラメーター

scope
IsolatedStorageScope

IsolatedStorageScope値のビットごとの組み合わせ。

domainEvidenceType
Type

呼び出し元アプリケーションのドメインに存在するEvidenceの一覧から選択できるEvidenceの種類。 null では、 IsolatedStorage オブジェクトが証拠を選択できます。

assemblyEvidenceType
Type

呼び出し元アプリケーションのアセンブリに存在するEvidenceの一覧から選択できるEvidenceの種類。 null では、 IsolatedStorage オブジェクトが証拠を選択できます。

例外

指定されたアセンブリには、分離ストアを作成するための十分なアクセス許可がありません。

注釈

派生クラスでは、このメソッドを使用して新しいオブジェクトを初期化します。

適用対象

InitStore(IsolatedStorageScope, Type)

新しい IsolatedStorage オブジェクトを初期化します。

protected:
 void InitStore(System::IO::IsolatedStorage::IsolatedStorageScope scope, Type ^ appEvidenceType);
protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, Type appEvidenceType);
member this.InitStore : System.IO.IsolatedStorage.IsolatedStorageScope * Type -> unit
Protected Sub InitStore (scope As IsolatedStorageScope, appEvidenceType As Type)

パラメーター

scope
IsolatedStorageScope

IsolatedStorageScope値のビットごとの組み合わせ。

appEvidenceType
Type

呼び出し元アプリケーションのEvidenceの一覧から選択できるEvidenceの種類。 null では、 IsolatedStorage オブジェクトが証拠を選択できます。

例外

指定されたアセンブリには、分離ストアを作成するための十分なアクセス許可がありません。

注釈

派生クラスでは、このメソッドを使用して新しいオブジェクトを初期化します。

適用対象