Compartir a través de


IPin.IsControl (Propiedad)

Es true si este terminal está conectado a un flujo de control.Es false si está conectada a un flujo de objeto.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Actions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property IsControl As Boolean
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IPin Interfaz

Microsoft.VisualStudio.Uml.Actions (Espacio de nombres)