Share via


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

'Declaration
Property InteractionOperator As InteractionOperatorKind
InteractionOperatorKind InteractionOperator { get; set; }
property InteractionOperatorKind InteractionOperator {
    InteractionOperatorKind get ();
    void set (InteractionOperatorKind value);
}
abstract InteractionOperator : InteractionOperatorKind with get, set
function get InteractionOperator () : InteractionOperatorKind 
function set InteractionOperator (value : 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).

.NET Framework Security

See Also

Reference

ICombinedFragment Interface

Microsoft.VisualStudio.Uml.Interactions Namespace