ICombinedFragment::DisplayName Property
Visual Studio 2015
Gets or sets the label of the combined fragment that appears on the sequence diagram. Also sets the InteractionOperator if you set it to a standard operator name such as Opt or Break.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Property Value
Type: System::String^If it the user or program code sets this property to one of the values of InteractionOperatorKind, then InteractionOperator will be set to the same value. If it is set to another value, InteractionOperator is set to Alt.
If the value is set to Loop(n,m), InteractionOperator is set to Loop, and n and m are set as the max and min values of the first operand.
Show: