WorkflowServicesManager 建構函式 (ClientRuntimeContext, Web)
命名空間: Microsoft.SharePoint.Client.WorkflowServices
組件: Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
語法
'宣告
Public Sub New ( _
context As ClientRuntimeContext, _
web As Web _
)
'用途
Dim context As ClientRuntimeContext
Dim web As Web
Dim instance As New WorkflowServicesManager(context, _
web)
public WorkflowServicesManager(
ClientRuntimeContext context,
Web web
)