Propriedade IBehavior.IsReentrant

True se o comportamento pode ser chamado enquanto ele ainda está em execução a partir de uma chamada anterior.

Namespace:  Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property IsReentrant As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IBehavior Interface

Namespace Microsoft.VisualStudio.Uml.CommonBehaviors