SPList.UserCustomActions - Propriété
Gets the collection of user custom actions defined on the list.
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 SPList
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPUserCustomActionCollection
The collection of SPUserCustomAction objects.