Share via


EditingContext Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The EditingContext class contains contextual state information about a designer. 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.

The EditingContext type exposes the following members.

Constructors

  Name Description
Public method EditingContext Initializes a new instance of the EditingContext class.

Top

Methods

  Name Description
Protected method CreateContextItemManager Creates an instance of the context item manager to be returned from the ContextItems property.
Protected method CreateServiceManager Creates an instance of the service manager to be returned from the Services property.
Public method Dispose Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Items Returns the local collection of context items offered by this editing context.
Public property Services Returns the service manager for this editing context.

Top

Events

  Name Description
Public event Disposing Occurs when the Dispose method is called or when the EditingContext object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.

Top

See Also

Reference

EditingContext Class

System.Activities.Design Namespace