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 объектов, они имеют одно и то же внутреннее состояние.

Применяется к