共用方式為


IObjectNode.IsControlType 屬性

如果節點應連接至控制流程,而不是資料流程,則為 true。 節點可用來指定可以緩衝一個或多個控制項語彙基元。

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

語法

'宣告
Property IsControlType As Boolean
    Get
    Set
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 命名空間