SPUserCustomActionCollection.IEnumerable<SPUserCustomAction>.GetEnumerator Method

Returns an enumerator that provides a generic iteration of the collection.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of SPUserCustomAction)
    Implements IEnumerable(Of SPUserCustomAction).GetEnumerator
'Usage
Dim instance As SPUserCustomActionCollection
Dim returnValue As IEnumerator(Of SPUserCustomAction)

returnValue = CType(instance, IEnumerable(Of SPUserCustomAction)).GetEnumerator()
IEnumerator<SPUserCustomAction> IEnumerable<SPUserCustomAction>.GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<SPUserCustomAction>
IEnumerator<T>
The enumerator for generic iteration of the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

SPUserCustomActionCollection Class

SPUserCustomActionCollection Members

Microsoft.SharePoint Namespace