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.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Protected Overridable Function CreateContextItemManager As ContextItemManager
protected virtual ContextItemManager CreateContextItemManager()
protected:
virtual ContextItemManager^ CreateContextItemManager()
abstract CreateContextItemManager : unit -> ContextItemManager
override CreateContextItemManager : unit -> ContextItemManager
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<TContextItemType>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace