IObjectNode.IsControlType 属性

如果节点应连接到控制流,而不是数据流,则为 true。 节点可用于指定一个或多个可缓冲的控件标记。

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

语法

声明
Property IsControlType As Boolean
bool IsControlType { get; set; }
property bool IsControlType {
    bool get ();
    void set (bool value);
}
abstract IsControlType : bool with get, set
function get IsControlType () : boolean
function set IsControlType (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IObjectNode 接口

Microsoft.VisualStudio.Uml.Activities 命名空间