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
- 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