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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.