Share via


SPAlertTemplateCollection class

Representa uma coleção de modelos de alerta.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPAlertTemplate>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPAlertTemplate>
      Microsoft.SharePoint.SPAlertTemplateCollection

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

Syntax

'Declaração
<GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")> _
Public NotInheritable Class SPAlertTemplateCollection _
    Inherits SPPersistedChildCollection(Of SPAlertTemplate)
'Uso
Dim instance As SPAlertTemplateCollection
[GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")]
public sealed class SPAlertTemplateCollection : SPPersistedChildCollection<SPAlertTemplate>

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

SPAlertTemplateCollection members

Microsoft.SharePoint namespace