共用方式為


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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IObjectNode 介面

Microsoft.VisualStudio.Uml.Activities 命名空間