ContextItemManager Members
Include Protected Members
Include Inherited Members
Maintains a set of context items.
The ContextItemManager type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ContextItemManager class.
Top
Methods
Name
Description
Overloaded. Returns a value indicating whether the context item manager contains an item of the specified type.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When overridden in a derived class, gets an enumeration of context items in the editing context.
Serves as a hash function for a particular type. (Inherited from Object.)
A utility method that returns the target object for a delegate.
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Returns an instance of the requested item type.
Creates a shallow copy of the current Object. (Inherited from Object.)
Invokes the protected OnItemChanged method on the specified ContextItem.
A helper method that performs a Delegate.Remove, but knows how to unwrap delegates that are proxies to generic callbacks.
When overridden in a derived class, sets a context item to the specified value.
Overloaded. Adds a callback that is invoked when a context item changes.
Returns a string that represents the current object. (Inherited from Object.)
Overloaded. Removes a subscription.
Top
Explicit Interface Implementations
Name
Description
For a description of this member, see IEnumerable.GetEnumerator.
Top