IInteractionConstraint.GuardText 属性

一个 Boolean 表达式,确定交互是否能继续。 例如,"True" 或“数量 > 1000”。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property GuardText As String
string GuardText { get; set; }
property String^ GuardText {
    String^ get ();
    void set (String^ value);
}
abstract GuardText : string with get, set
function get GuardText () : String
function set GuardText (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IInteractionConstraint 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间