IInteractionOperand::Fragments Property

 

Gets the elements of the interaction that are contained in this operand, such as nested CombinedFragments, Interaction Uses, and Message Send events.

Namespace:   Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

property IEnumerable<IInteractionFragment^>^ Fragments {
	IEnumerable<IInteractionFragment^>^ get();
}
Return to top
Show: