SPAlertTemplateCollection.Add-Methode
Fügt eine warnungsvorlage auf das SPAlertTemplateCollection -Objekt.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Add As SPAlertTemplate
'Usage
Dim instance As SPAlertTemplateCollection
Dim returnValue As SPAlertTemplate
returnValue = instance.Add()
public SPAlertTemplate Add()
Rückgabewert
Typ: Microsoft.SharePoint.SPAlertTemplate
Der Vorlage für Warnmeldungen, die hinzugefügt wird.
Siehe auch
Referenz
SPAlertTemplateCollection Klasse