SPWorkflowAssociationCollection.Item-Eigenschaft (Int32)

Ruft die Workflowzuordnung am angegebenen Index ab.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPWorkflowAssociation
    Get
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim index As Integer
Dim value As SPWorkflowAssociation

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

Parameter

  • index
    Typ: System.Int32

    Der Index in der Auflistung der Workflowzuordnung.

Eigenschaftswert

Typ: Microsoft.SharePoint.Workflow.SPWorkflowAssociation
Eine SPWorkflowAssociation , die die angegebenen Workflowzuordnung darstellt.

Siehe auch

Referenz

SPWorkflowAssociationCollection Klasse

SPWorkflowAssociationCollection-Member

Item-Überladung

Microsoft.SharePoint.Workflow-Namespace