Поделиться через


Метод ItemFieldDictionary.System.Collections.Generic.IEnumerable<KeyValuePair<UInt32,ItemField>>.GetEnumerator

Возвращает объект IEnumerator, который позволяет выполнить итерацию по коллекции ItemFieldDictionary.

Пространство имен: Microsoft.Synchronization.SimpleProviders
Сборка: Microsoft.Synchronization.SimpleProviders (в microsoft.synchronization.simpleproviders.dll)

Синтаксис

'Декларация
Private Function System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UInt32,Microsoft.Synchronization.SimpleProviders.ItemField>>.GetEnumerator As IEnumerator(Of KeyValuePair(Of UInteger, ItemField)) Implements IEnumerable(Of KeyValuePair(Of UInteger, ItemField)).GetEnumerator
'Применение
Dim instance As ItemFieldDictionary
Dim returnValue As IEnumerator(Of KeyValuePair(Of UInteger, ItemField))

returnValue = CType(instance, IEnumerable(Of KeyValuePair(Of UInteger, ItemField))).GetEnumerator
IEnumerator<KeyValuePair<uint,ItemField>> IEnumerable<KeyValuePair<uint,ItemField>>.GetEnumerator ()
private:
virtual IEnumerator<KeyValuePair<unsigned int, ItemField^>>^ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UInt32,Microsoft.Synchronization.SimpleProviders.ItemField>>.GetEnumerator () sealed = IEnumerable<KeyValuePair<unsigned int, ItemField^>>::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.

Возвращаемое значение

Объект IEnumerator.

См. также

Справочник

Класс ItemFieldDictionary
Элементы ItemFieldDictionary
Пространство имен Microsoft.Synchronization.SimpleProviders