IObjectNode.IsControlType (Propiedad)

Es true si el nodo debe conectarse a flujos de control en lugar de a flujos de datos.El nodo se puede usar para especificar que uno o varios tokens de control se pueden almacenar en búfer.

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

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IObjectNode Interfaz

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