Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of UInteger, ItemField))
Implements IEnumerable(Of KeyValuePair(Of UInteger, ItemField)).GetEnumerator
'Usage
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^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<unsigned int, ItemField^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<uint32, ItemField>>
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<uint32, ItemField>>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<UInt32, ItemField>>
An IEnumerator object that enables you to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()