Share via


SPExternalBinaryIdCollection.IEnumerable.GetEnumerator Method

Gets an IEnumerator object to enumerate over a collection of binary ID values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As SPExternalBinaryIdCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
An IEnumerator object

Implements

IEnumerable.GetEnumerator()

Remarks

This method is derived from the base interface for all nongeneric enumerators. For the generic version of this interface see IEnumerator<T>.

Enumerators can be used to read the data in the collection, but they cannot be used to modify the underlying collection.

See Also

Reference

SPExternalBinaryIdCollection Class

SPExternalBinaryIdCollection Members

Microsoft.SharePoint Namespace

GetEnumerator()