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
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.