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)
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