IInteraction::Fragments Property
Visual Studio 2015
Gets the elements of the interaction, including top-level Combined Fragments and Interaction Uses. Also all message sends, behavior executions, and so on, including those contained in Combined Fragments.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IInteractionFragment^>^ Fragments {
IEnumerable<IInteractionFragment^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IInteractionFragment^>^
Show: