Condividi tramite


Proprietà IBehavior.IsReentrant

True se il comportamento può essere richiamato mentre è ancora in fase di esecuzione da una chiamata precedente.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IBehavior Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.CommonBehaviors