WorkflowTemplateCollection 类

The collection of workflow templates deployed on a site.

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowTemplate>
        Microsoft.SharePoint.Client.Workflow.WorkflowTemplateCollection

命名空间:  Microsoft.SharePoint.Client.Workflow
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Class WorkflowTemplateCollection _
    Inherits ClientObjectCollection(Of WorkflowTemplate)
用法
Dim instance As WorkflowTemplateCollection
public class WorkflowTemplateCollection : ClientObjectCollection<WorkflowTemplate>

备注

Each SPWorkflowTemplate object represents a workflow template and contains members you can use to get or set information about the template, such as the instantiation data and the history and task lists for the template.

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

WorkflowTemplateCollection 成员

Microsoft.SharePoint.Client.Workflow 命名空间