Méthode FeedClockVector.System.Collections.IEnumerable.GetEnumerator
Retourne un énumérateur qui parcourt la collection des éléments de vecteur horloge.
Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Utilisation
Dim instance As FeedClockVector
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator
IEnumerator IEnumerable.GetEnumerator ()
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Valeur de retour
Un objet IEnumerator qui peut être utilisé pour parcourir la collection d'éléments de vecteur horloge.
Notes
Ce membre est implémenté explicitement. Le code qui accède à cette méthode doit d'abord effectuer un cast FeedClockVector en interface IEnumerable.
Voir aussi
Référence
Classe FeedClockVector
Membres FeedClockVector
Espace de noms Microsoft.Synchronization.FeedSync