共用方式為


IPort.IsBehavior 屬性

如果傳送至這個連接埠的訊息將由主控物件本身處理,而不是其內部組件,則為 true。

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

語法

'宣告
Property IsBehavior As Boolean
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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IPort 介面

Microsoft.VisualStudio.Uml.CompositeStructures 命名空間