Freigeben über


SPBlockedSolutionCollection-Klasse

Eine Auflistung von gesperrten Sandkastenlösungen.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.UserCode.SPBlockedSolutionCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBlockedSolutionCollection _
    Implements ICollection(Of SPBlockedSolution), IEnumerable(Of SPBlockedSolution),  _
    IEnumerable
'Usage
Dim instance As SPBlockedSolutionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBlockedSolutionCollection : ICollection<SPBlockedSolution>, 
    IEnumerable<SPBlockedSolution>, IEnumerable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPBlockedSolutionCollection-Member

Microsoft.SharePoint.UserCode-Namespace