共用方式為


IBehavior.IsReentrant 屬性

如果該行為可以在其仍執行於上一個引動過程中時被叫用,則為 true。

命名空間:  Microsoft.VisualStudio.Uml.CommonBehaviors
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IBehavior 介面

Microsoft.VisualStudio.Uml.CommonBehaviors 命名空間