WorkflowViewElement.Context 属性
定义
获取或设置由工作流设计器中包含的所有元素共享的编辑上下文。Gets or sets the editing context that is shared by all elements contained in a workflow designer.
public:
property System::Activities::Presentation::EditingContext ^ Context { System::Activities::Presentation::EditingContext ^ get(); void set(System::Activities::Presentation::EditingContext ^ value); };
public System.Activities.Presentation.EditingContext Context { get; set; }
member this.Context : System.Activities.Presentation.EditingContext with get, set
Public Property Context As EditingContext
属性值
工作流设计器的 EditingContext 对象,其中包含工作流视图元素。The EditingContext object for the workflow designer that contains the workflow view element.
注解
EditingContext 对象是在设计器中包含的所有元素之间共享的服务的集合,并用于在主机和设计器之间进行交互。The EditingContext object is a collection of services shared between all elements contained in the designer and used to interact between the host and the designer. 服务是通过 EditingContext 发布和请求的。Services are published and requested through the EditingContext.