Freigeben über


IBehavior.IsReentrant-Eigenschaft

TRUE, wenn das Verhalten aufgerufen werden kann, während es noch von einem vorherigen Aufruf ausgeführt wird.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IBehavior Schnittstelle

Microsoft.VisualStudio.Uml.CommonBehaviors-Namespace