Compartilhar via


SPBlockedSolutionCollection class

Uma coleção de soluçăos em área restritade bloqueados.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPBlockedSolutionCollection

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBlockedSolutionCollection _
    Implements ICollection(Of SPBlockedSolution), IEnumerable(Of SPBlockedSolution),  _
    IEnumerable
'Uso
Dim instance As SPBlockedSolutionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBlockedSolutionCollection : ICollection<SPBlockedSolution>, 
    IEnumerable<SPBlockedSolution>, 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.

Ver também

Referência

SPBlockedSolutionCollection members

Microsoft.SharePoint.UserCode namespace