Share via


IsolatedStorage.InitStore Yöntem

Tanım

Etki alanı veya uygulama kanıtı kullanarak yeni IsolatedStorage bir nesne başlatır.

Aşırı Yüklemeler

InitStore(IsolatedStorageScope, Type, Type)

Yeni IsolatedStorage bir nesne başlatır.

InitStore(IsolatedStorageScope, Type)

Yeni IsolatedStorage bir nesne başlatır.

InitStore(IsolatedStorageScope, Type, Type)

Kaynak:
IsolatedStorage.cs
Kaynak:
IsolatedStorage.cs
Kaynak:
IsolatedStorage.cs

Yeni IsolatedStorage bir nesne başlatır.

protected:
 void InitStore(System::IO::IsolatedStorage::IsolatedStorageScope scope, Type ^ domainEvidenceType, Type ^ assemblyEvidenceType);
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)

Parametreler

scope
IsolatedStorageScope

Değerlerin bit düzeyinde birleşimi IsolatedStorageScope .

domainEvidenceType
Type

Arama uygulamasının Evidence etki alanındaki mevcut listesinden Evidence seçebileceğiniz türü. null nesnenin IsolatedStorage kanıtı seçmesine izin verir.

assemblyEvidenceType
Type

Çağıran uygulamanın derlemesindeki mevcut listesinden Evidence seçebileceğiniz türüEvidence. null nesnenin IsolatedStorage kanıtı seçmesine izin verir.

Özel durumlar

Belirtilen derleme yalıtılmış depolar oluşturmak için yeterli izinlere sahip değil.

Açıklamalar

Türetilmiş sınıflar yeni bir nesne başlatmak için bu yöntemi kullanır.

Şunlara uygulanır

InitStore(IsolatedStorageScope, Type)

Kaynak:
IsolatedStorage.cs
Kaynak:
IsolatedStorage.cs
Kaynak:
IsolatedStorage.cs

Yeni IsolatedStorage bir nesne başlatır.

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)

Parametreler

scope
IsolatedStorageScope

Değerlerin bit düzeyinde birleşimi IsolatedStorageScope .

appEvidenceType
Type

Çağıran uygulama için listesinden Evidence seçebileceğiniz türüEvidence. null nesnenin IsolatedStorage kanıtı seçmesine izin verir.

Özel durumlar

Belirtilen derleme yalıtılmış depolar oluşturmak için yeterli izinlere sahip değil.

Açıklamalar

Türetilmiş sınıflar yeni bir nesne başlatmak için bu yöntemi kullanır.

Şunlara uygulanır