共用方式為


SPSiteSubscriptionCollection class

代表陣列層級的集合站台訂閱。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPSiteSubscriptionCollection

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

Syntax

'宣告
Public NotInheritable Class SPSiteSubscriptionCollection _
    Inherits SPBaseCollection _
    Implements IEnumerable(Of SPSiteSubscription), IEnumerable
'用途
Dim instance As SPSiteSubscriptionCollection
public sealed class SPSiteSubscriptionCollection : SPBaseCollection, 
    IEnumerable<SPSiteSubscription>, IEnumerable

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.

請參閱

參照

SPSiteSubscriptionCollection members

Microsoft.SharePoint namespace