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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。