ICombinedFragment::InteractionOperator Property
Visual Studio 2015
The type of the fragment. This type determines how the constituent fragments should be interpreted, and how they are combined.
Set this after DisplayName if you want them to be different.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property InteractionOperatorKind InteractionOperator { InteractionOperatorKind get(); void set(InteractionOperatorKind value); }
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions::InteractionOperatorKindThis property is also set if you set DisplayName to one of the values of InteractionOperatorKind, or to Loop(n,m).
Show: