Share via


ProcessAllTasksButton class

Exibe o botão Concluir todas as tarefas de fluxo de trabalho usado para processar todas as tarefas de fluxo de trabalho pendentes associadas com a lista atual de Microsoft SharePoint Server 2010 .

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.MenuItemTemplate
      Microsoft.Office.Workflow.Feature.ProcessAllTasksButton

Namespace:  Microsoft.Office.Workflow.Feature
Assembly:  Microsoft.Office.Workflow.Feature (in Microsoft.Office.Workflow.Feature.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class ProcessAllTasksButton _
    Inherits MenuItemTemplate
'Uso
Dim instance As ProcessAllTasksButton
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class ProcessAllTasksButton : MenuItemTemplate

Comentários

O botão só será exibido quando um decendent de tipo de conteúdo de tarefa de fluxo de trabalho está associada com a lista atual

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

ProcessAllTasksButton members

Microsoft.Office.Workflow.Feature namespace