Share via


IsolatedStorageFile.GetEnumerator(IsolatedStorageScope) Yöntem

Tanım

Yalıtılmış depolama kapsamındaki depolar için numaralandırıcıyı IsolatedStorageFile alır.

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

Parametreler

scope
IsolatedStorageScope

Yalıtılmış depoların IsolatedStorageScope döndürüleceği depoyu temsil eder. User ve User|Roaming desteklenen tek IsolatedStorageScope birleşimlerdir.

Döndürülenler

Belirtilen yalıtılmış depolama kapsamındaki IsolatedStorageFile depolar için numaralandırıcı.

Açıklamalar

Nasıl yapılır: Yalıtılmış Depolama için Depoları Listeleme örneği, yönteminin GetEnumerator kullanımını gösterir.

Şunlara uygulanır

Ayrıca bkz.