PrincipalCollection.GetEnumerator Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает перечислитель для выполнения итерации по всем участникам в коллекции PrincipalCollection.
public:
virtual System::Collections::Generic::IEnumerator<System::DirectoryServices::AccountManagement::Principal ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal> GetEnumerator ();
[System.Security.SecurityCritical]
public System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal>
[<System.Security.SecurityCritical>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal>
Public Function GetEnumerator () As IEnumerator(Of Principal)
Возвращаемое значение
Интерфейс IEnumerator, содержащий участников из коллекции PrincipalCollection.
Реализации
- Атрибуты
Комментарии
По сути, каждый экземпляр PrincipalCollection имеет один перечислитель, связанный с ним. Хотя несколько вызовов для IEnumerable.GetEnumerator возврата отдельных IEnumerator объектов, они имеют одно и то же внутреннее состояние.