Compartir a través de


del método PropertyBaseManager<T>.GetEnumerator

Obtiene un objeto IEnumerator para enumerar los objetos de propiedad y la sección de esta colección.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As PropertyBaseManager
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

Valor devuelto

Tipo: System.Collections.Generic.IEnumerator<T>
Devuelve IEnumerator<T>.

Implementaciones

IEnumerable<T>.GetEnumerator()

Vea también

Referencia

clase PropertyBaseManager<T>

Miembros PropertyBaseManager<T>

Espacio de nombres Microsoft.Office.Server.UserProfiles