IPort.IsBehavior 属性

如果发送到此端口的消息将由所属对象本身,而不是其内部部件进行处理,则为 true。

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

语法

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

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IPort 接口

Microsoft.VisualStudio.Uml.CompositeStructures 命名空间