EditingContext.Items Property

Gets the local collection of context items offered by this editing context.

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

Syntax

'Declaration
Public ReadOnly Property Items As ContextItemManager
    Get
public ContextItemManager Items { get; }
public:
property ContextItemManager^ Items {
    ContextItemManager^ get ();
}
member Items : ContextItemManager
function get Items () : ContextItemManager

Property Value

Type: Microsoft.Windows.Design.ContextItemManager
A ContextItemManager of context items offered by this editing context.

Exceptions

Exception Condition
InvalidOperationException

The CreateContextItemManager method returned a nulla null reference (Nothing in Visual Basic) ContextItemManager.

.NET Framework Security

See Also

Reference

EditingContext Class

Microsoft.Windows.Design Namespace

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Other Resources

Editing Context Architecture

Understanding WPF Designer Extensibility