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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "UserCustomActionCollection", CollectionChildItemType := GetType(SPUserCustomAction),  _
    ServerTypeId := "{70D1CB2D-D304-4d96-9B54-74B3F400FA28}")> _
<SubsetCallableTypeAttribute> _
<SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty, ExcludeInterface := GetType(ICollection))> _
Public NotInheritable Class SPUserCustomActionCollection _
    Implements IEnumerable(Of SPUserCustomAction), ICollection,  _
    IEnumerable
'Usage
Dim instance As SPUserCustomActionCollection
[ClientCallableTypeAttribute(Name = "UserCustomActionCollection", CollectionChildItemType = typeof(SPUserCustomAction), 
    ServerTypeId = "{70D1CB2D-D304-4d96-9B54-74B3F400FA28}")]
[SubsetCallableTypeAttribute]
[SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty, ExcludeInterface = typeof(ICollection))]
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