EditingContext.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.