WorkflowSubscriptionService.EnumerateSubscriptionsByList 方法
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public Overridable Function EnumerateSubscriptionsByList ( _
listId As Guid _
) As WorkflowSubscriptionCollection
'用途
Dim instance As WorkflowSubscriptionService
Dim listId As Guid
Dim returnValue As WorkflowSubscriptionCollection
returnValue = instance.EnumerateSubscriptionsByList(listId)
public virtual WorkflowSubscriptionCollection EnumerateSubscriptionsByList(
Guid listId
)
參數
- listId
類型:System.Guid
傳回值
類型:Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
請參閱
參照
WorkflowSubscriptionService 類別