Share via


SPAlertTemplateCollection class

表示警示範本的集合。

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

'宣告
<GuidAttribute("B40FFB46-5959-4f8c-B87C-B85BE0181E19")> _
Public NotInheritable Class SPAlertTemplateCollection _
    Inherits SPPersistedChildCollection(Of SPAlertTemplate)
'用途
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.

請參閱

參照

SPAlertTemplateCollection members

Microsoft.SharePoint namespace