Dela via


EditingContext.Items Property

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

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

Syntax

'Declaration
Public ReadOnly Property Items As ContextItemManager
'Usage
Dim instance As EditingContext 
Dim value As ContextItemManager 

value = instance.Items
public ContextItemManager Items { get; }
public:
property ContextItemManager^ Items {
    ContextItemManager^ get ();
}
public 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

EditingContext Members

Microsoft.Windows.Design Namespace

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Other Resources

Editing Context Architecture

Understanding WPF Designer Extensibility