EditingContext.Items Property

Definition

Returns the local collection of context items stored by the current editing context.

C#
public System.Activities.Presentation.ContextItemManager Items { get; }

Property Value

The ContextItemManager collection of ContextItem objects used in this editing context.

Remarks

The Items collection is for data that is shared between a host and the designer. This data provides the mechanism needed to hook into subscription and change notification.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1