EditingContext.CreateContextItemManager Method

Creates an instance of the context item manager to be returned from the Items property.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Protected Overridable Function CreateContextItemManager As ContextItemManager
'Usage
Dim returnValue As ContextItemManager 

returnValue = Me.CreateContextItemManager()
protected virtual ContextItemManager CreateContextItemManager()
protected:
virtual ContextItemManager^ CreateContextItemManager()
protected function CreateContextItemManager() : ContextItemManager

Return Value

Type: Microsoft.Windows.Design.ContextItemManager
An implementation of the ContextItemManager class.

Remarks

The default implementation creates a ContextItemManager that supports delayed activation of design editor managers through the declaration of a SubscribeContextCallback<ContextItemType>.

.NET Framework Security

See Also

Reference

EditingContext Class

EditingContext Members

Microsoft.Windows.Design Namespace

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Other Resources

Editing Context Architecture

Understanding WPF Designer Extensibility