Compartir a través de


IBehavior.IsReentrant (Propiedad)

Es true si el comportamiento se puede invocar mientras todavía se está ejecutando desde una invocación anterior.

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

Sintaxis

'Declaración
Property IsReentrant As Boolean
bool IsReentrant { get; set; }
property bool IsReentrant {
    bool get ();
    void set (bool value);
}
abstract IsReentrant : bool with get, set
function get IsReentrant () : boolean
function set IsReentrant (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IBehavior Interfaz

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