TypeInformationCollection.IEnumerable.GetEnumerator método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Uso
Dim instance As TypeInformationCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Valor retornado
Tipo: System.Collections.IEnumerator
Implementos
Ver também
Referência
TypeInformationCollection classe