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)

Syntax

InteractionOperatorKind InteractionOperator { get; set; }
property InteractionOperatorKind InteractionOperator {
    InteractionOperatorKind get();
    void set(InteractionOperatorKind value);
}
abstract InteractionOperator : InteractionOperatorKind with get, set
Property InteractionOperator As InteractionOperatorKind

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.InteractionOperatorKind

Remarks

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

See Also

ICombinedFragment Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top