共用方式為


IAcceptEventAction.IsUnmarshall 屬性

如果可以有多個輸出連接,而且資料會解除封送處理到這些連接,則為 true。 如果只能有一個輸出釘選且將所有輸入資料全部傳送給它則為 false。

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IAcceptEventAction 介面

Microsoft.VisualStudio.Uml.Actions 命名空間