IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) Metoda

Definicja

Pobiera moduł wyliczający dla IsolatedStorageFile magazynów w izolowanym zakresie magazynu.

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

Parametry

scope
IsolatedStorageScope

Reprezentuje element IsolatedStorageScope , dla którego mają być zwracane izolowane magazyny. User i User|Roaming są jedynymi IsolatedStorageScope obsługiwanymi kombinacjami.

Zwraca

Moduł wyliczający dla IsolatedStorageFile magazynów w określonym izolowanym zakresie magazynu.

Uwagi

Przykład Instrukcje: wyliczanie magazynów dla izolowanego magazynu pokazuje użycie GetEnumerator metody .

Dotyczy

Zobacz też