共用方式為


IPin.IsControl 屬性

如果這個連接 (Pin) 已連接到控制流程,則為 true。 如果連接到物件流則為 false。

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

語法

'宣告
Property IsControl As Boolean
    Get
    Set
bool IsControl { get; set; }
property bool IsControl {
    bool get ();
    void set (bool value);
}
abstract IsControl : bool with get, set
function get IsControl () : boolean
function set IsControl (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IPin 介面

Microsoft.VisualStudio.Uml.Actions 命名空間