EditingContext Class
Contains contextual state information for a designer, such as the WorkflowDesigner. This includes permanent state information, such as the list of services running in the designer. It also includes transient state consisting of context items including the set of currently selected objects as well as the editing tool being used to manipulate objects on the design surface.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The EditingContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateContextItemManager | Creates an instance of the context item manager that is returned by the Items property. |
![]() | CreateServiceManager | Creates an instance of the service manager to be returned from the Services property. |
![]() | Dispose() | Immediately releases any unmanaged resources used by the object. |
![]() | Dispose(Boolean) | Immediately releases the unmanaged resources used by the current EditingContext object. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The EditingContext represents the communication boundary that is shared between the hosting application and the Windows Workflow Designer. The EditingContext was implemented as a concrete class for ease of use. Override CreateServiceManager() and CreateContextItemManager() to use customized managers derived from ServiceManager and ContextItemManager.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
