Share via


SPWorkflow.ParentItem - Propriété

Obtient l'élément de liste sur lequel cette instance de flux de travail a été créée.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentItem As SPListItem
    Get
'Utilisation
Dim instance As SPWorkflow
Dim value As SPListItem

value = instance.ParentItem
public SPListItem ParentItem { get; }

Valeur de propriété

Type : Microsoft.SharePoint.SPListItem
Objet SPListItem qui représente l'élément de liste.

Voir aussi

Référence

SPWorkflow classe

SPWorkflow - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview