SPUserCustomActionCollection.Add-Methode
Ein neue benutzerdefinierte Aktionsobjekt der Auflistung hinzugefügt werden.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Add As SPUserCustomAction
'Usage
Dim instance As SPUserCustomActionCollection
Dim returnValue As SPUserCustomAction
returnValue = instance.Add()
public SPUserCustomAction Add()
Rückgabewert
Typ: Microsoft.SharePoint.SPUserCustomAction
SPUserCustomAction
Das neue benutzerdefinierte Aktion-Objekt.
Hinweise
Rufen Sie Update() , um das neue Objekt zu speichern.
Siehe auch
Referenz
SPUserCustomActionCollection Klasse