IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) Metoda

Definice

Získá enumerátor pro IsolatedStorageFile úložiště v rozsahu izolovaného úložiště.

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

Představuje, IsolatedStorageScope pro který se mají vrátit izolované obchody. User a User|Roaming jsou jedinými IsolatedStorageScope podporovanými kombinacemi.

Návraty

Enumerátor pro IsolatedStorageFile úložiště v rámci zadaného oboru izolovaného úložiště.

Poznámky

Příklad Postupy: Vytvoření výčtu úložišť pro izolované úložiště ukazuje použití GetEnumerator metody .

Platí pro

Viz také