Compartilhar via


SPWorkflowTemplateCollection.Item property (Int32)

Obtém o modelo de fluxo de trabalho especificado.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPWorkflowTemplate
    Get
'Uso
Dim instance As SPWorkflowTemplateCollection
Dim index As Integer
Dim value As SPWorkflowTemplate

value = instance(index)
public SPWorkflowTemplate this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    O índice do modelo de fluxo de trabalho na coleção.

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTemplate
Um objeto SPWorkflowTemplate que representa o modelo de fluxo de trabalho.

Ver também

Referência

SPWorkflowTemplateCollection class

SPWorkflowTemplateCollection members

Item overload

Microsoft.SharePoint.Workflow namespace

Outros recursos

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview