EditingContext.Items Property

Definition

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

public:
 property System::Activities::Presentation::ContextItemManager ^ Items { System::Activities::Presentation::ContextItemManager ^ get(); };
public System.Activities.Presentation.ContextItemManager Items { get; }
member this.Items : System.Activities.Presentation.ContextItemManager
Public ReadOnly Property Items As ContextItemManager

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