Freigeben über


IJoinNode.IsCombineDuplicate-Eigenschaft

TRUE, wenn die Token, die identische Objekte tragen, vom Join zusammengeführt werden. Standard = true.

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

Syntax

'Declaration
Property IsCombineDuplicate As Boolean
    Get
    Set
bool IsCombineDuplicate { get; set; }
property bool IsCombineDuplicate {
    bool get ();
    void set (bool value);
}
abstract IsCombineDuplicate : bool with get, set
function get IsCombineDuplicate () : boolean
function set IsCombineDuplicate (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IJoinNode Schnittstelle

Microsoft.VisualStudio.Uml.Activities-Namespace