SPKeyValuePairSerializationInfo.IEnumerable.GetEnumerator-Methode
Gibt einen Enumerator zurück, mit der Schlüssel-Wert-Paare in der Auflistung durchlaufen werden kann.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As SPKeyValuePairSerializationInfo
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Rückgabewert
Typ: System.Collections.IEnumerator
Ein Enumerator für die Auflistung.
Implementiert
Siehe auch
Referenz
SPKeyValuePairSerializationInfo Klasse