Share via


SPUserCustomActionCollection class

Representa uma coleção de objetos SPUserCustomAction .

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPUserCustomActionCollection

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

Syntax

'Declaração
Public NotInheritable Class SPUserCustomActionCollection _
    Implements IEnumerable(Of SPUserCustomAction), ICollection,  _
    IEnumerable
'Uso
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.

Ver também

Referência

SPUserCustomActionCollection members

Microsoft.SharePoint namespace