Freigeben über


IPin.IsControl-Eigenschaft

TRUE, wenn dieser Pin mit einer Ablaufsteuerung verbunden ist. False bei Verbindung mit einem Objektfluss.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IPin Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace