Bagikan melalui


IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) Metode

Definisi

Mendapatkan enumerator untuk IsolatedStorageFile toko dalam cakupan penyimpanan yang terisolasi.

public:
 static System::Collections::IEnumerator ^ GetEnumerator(System::IO::IsolatedStorage::IsolatedStorageScope scope);
public static System.Collections.IEnumerator GetEnumerator (System.IO.IsolatedStorage.IsolatedStorageScope scope);
static member GetEnumerator : System.IO.IsolatedStorage.IsolatedStorageScope -> System.Collections.IEnumerator
Public Shared Function GetEnumerator (scope As IsolatedStorageScope) As IEnumerator

Parameter

scope
IsolatedStorageScope

IsolatedStorageScope Mewakili untuk mengembalikan penyimpanan terisolasi. User dan User|Roaming merupakan satu-satunya IsolatedStorageScope kombinasi yang didukung.

Mengembalikan

Enumerator untuk penyimpanan IsolatedStorageFile dalam cakupan penyimpanan terisolasi yang ditentukan.

Keterangan

Contoh Cara: Menghitung Penyimpanan untuk Penyimpanan Terisolasi menunjukkan penggunaan GetEnumerator metode .

Berlaku untuk

Lihat juga