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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.