SPSite.UserCustomActions - Propriété
Gets the SPUserCustomActionCollection object that contains a list of SPUserCustomAction objects that are assigned to this site.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'Utilisation
Dim instance As SPSite
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPUserCustomActionCollection
A SPUserCustomActionCollection object.
Remarques
Notes
This class is not thread safe.