Partager via


IBehavior.IsReentrant, propriété

True si le comportement peut être appelé alors qu'il exécute encore un appel précédent.

Espace de noms :  Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IBehavior Interface

Microsoft.VisualStudio.Uml.CommonBehaviors, espace de noms