共用方式為


WorkflowDeploymentService.GetDesignerActions 方法

命名空間:  Microsoft.SharePoint.Client.WorkflowServices
組件:  Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)

語法

'宣告
Public Function GetDesignerActions ( _
    web As Web _
) As ClientResult(Of String)
'用途
Dim instance As WorkflowDeploymentService
Dim web As Web
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetDesignerActions(web)
public ClientResult<string> GetDesignerActions(
    Web web
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<String>

請參閱

參照

WorkflowDeploymentService 類別

WorkflowDeploymentService 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間