IInteractionOperand::Fragments Property
Visual Studio 2015
Gets the elements of the interaction that are contained in this operand, such as nested CombinedFragments, Interaction Uses, and Message Send events.
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: