IPin.IsControl 属性

如果此引脚连接到控制流,则为 true。 若连接到对象流,则为 false。

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

语法

声明
Property IsControl As Boolean
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 命名空间