Share via


SPWeb.WorkflowTemplates property

取得網站的工作流程範本的集合。

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

Syntax

'宣告
Public ReadOnly Property WorkflowTemplates As SPWorkflowTemplateCollection
    Get
'用途
Dim instance As SPWeb
Dim value As SPWorkflowTemplateCollection

value = instance.WorkflowTemplates
public SPWorkflowTemplateCollection WorkflowTemplates { get; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection
SPWorkflowTemplate 物件的集合。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace