SPUserCodeWorkflowContext 类

提供了有关在沙盒解决方案中的特定工作流实例的详细的信息。

继承层次结构

System.Object
  Microsoft.SharePoint.UserCode.SPUserCodeWorkflowContext

命名空间:  Microsoft.SharePoint.UserCode
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPUserCodeWorkflowContext
用法
Dim instance As SPUserCodeWorkflowContext
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPUserCodeWorkflowContext

备注

此类是WorkflowContext类的轻量版本,并使用 Url 和 Id,而不是SharePoint Server对象如SPSiteSPWeb

线程安全性

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

另请参阅

引用

SPUserCodeWorkflowContext 成员

Microsoft.SharePoint.UserCode 命名空间