다음을 통해 공유


SPWorkflowCollection.GetInstanceIds Method

Gets a collection of the GUIDs for the workflow instances in the collection.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Function GetInstanceIds As Collection(Of Guid)
'Usage
Dim instance As SPWorkflowCollection
Dim returnValue As Collection(Of Guid)

returnValue = instance.GetInstanceIds()
public Collection<Guid> GetInstanceIds()

Return Value

Type: System.Collections.ObjectModel.Collection<Guid>
A collection of the GUIDs that represent the IDs of the workflow instances in the collection.

See Also

Reference

SPWorkflowCollection Class

SPWorkflowCollection Members

Microsoft.SharePoint.Workflow Namespace

Other Resources

Workflows in SharePoint Foundation

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation