SPUserCustomActionCollection class

Represents a collection of SPUserCustomAction objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPUserCustomActionCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class SPUserCustomActionCollection _
    Implements IEnumerable(Of SPUserCustomAction), ICollection,  _
    IEnumerable
'Usage
Dim instance As SPUserCustomActionCollection
public sealed class SPUserCustomActionCollection : IEnumerable<SPUserCustomAction>, 
    ICollection, IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPUserCustomActionCollection members

Microsoft.SharePoint namespace