共用方式為


IActivityEdge.Guard 屬性

布林運算式,可用來判斷是否可以周遊的這個邊緣。

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

語法

'宣告
Property Guard As String
string Guard { get; set; }
property String^ Guard {
    String^ get ();
    void set (String^ value);
}
abstract Guard : string with get, set
function get Guard () : String 
function set Guard (value : String)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

IActivityEdge 介面

Microsoft.VisualStudio.Uml.Activities 命名空間