IsolatedStorage.InitStore Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Çağıran uygulamanın etki alanındaki mevcut listesinden Evidence seçebileceğiniz türüEvidence.
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.