Freigeben über


ICombinedFragment.InteractionOperator-Eigenschaft

Der Typ des Fragments. Dieser Typ bestimmt, wie die konstituierenden Fragmente interpretiert werden sollen und wie sie kombiniert werden.

Legen Sie dies nach DisplayName fest, wenn sie unterschiedlich sein sollen.

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

Syntax

'Declaration
Property InteractionOperator As InteractionOperatorKind
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Interactions.InteractionOperatorKind

Hinweise

Diese Eigenschaft wird festgelegt, wenn Sie DisplayName auf einen der Werte von InteractionOperatorKind oder auf Loop(n,m) festlegen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ICombinedFragment Schnittstelle

Microsoft.VisualStudio.Uml.Interactions-Namespace