Compartilhar via


DeploymentStatusDictionary classe

Representa uma coleção de objetos DeploymentStatus .

Inheritance hierarchy

System.Object
  System.Collections.Generic.SortedList<String, DeploymentStatus>
    Microsoft.SharePoint.Publishing.Administration.DeploymentStatusDictionary

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class DeploymentStatusDictionary _
    Inherits SortedList(Of String, DeploymentStatus)
'Uso
Dim instance As DeploymentStatusDictionary
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class DeploymentStatusDictionary : SortedList<string, DeploymentStatus>

Comentários

Esses objetos representam o status de implantação de escopos que são implantados em um caminho de implantação de conteúdo específico ou sites da Web individuais.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

DeploymentStatusDictionary membros

Microsoft.SharePoint.Publishing.Administration namespace