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 mindestens ein Steuerelementtoken gepuffert werden kann.

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: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IObjectNode Schnittstelle

Microsoft.VisualStudio.Uml.Activities-Namespace