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)
| Name | Description | |
|---|---|---|
![]() | EditingContext() | Initializes a new instance of the EditingContext class. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



