ICombinedFragment::InteractionOperator Property

 

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.

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

property InteractionOperatorKind InteractionOperator {
	InteractionOperatorKind get();
	void set(InteractionOperatorKind value);
}

This property is also set if you set DisplayName to one of the values of InteractionOperatorKind, or to Loop(n,m).

Return to top
Show: