Freigeben über


IObjectNode.IsControlType-Eigenschaft

TRUE, wenn der Knoten mit Ablaufsteuerungen anstelle von Datenflüssen verbunden werden sollte. Mit dem Knoten kann angegeben werden, dass Kontrolltoken gepuffert werden können.

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

Syntax

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

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IObjectNode Schnittstelle

Microsoft.VisualStudio.Uml.Activities-Namespace