共用方式為


IObjectFlow.IsMulticast 屬性

如果執行目標動作的多個物件可以收到由一個物件所執行之來源動作傳送的語彙基元,則為 true。

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IObjectFlow 介面

Microsoft.VisualStudio.Uml.Activities 命名空間