共用方式為


IActivity.IsReadOnly 屬性

如果這個活動不可以對活動外部的變數或對物件進行任何變更,則為 true。

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

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IActivity 介面

Microsoft.VisualStudio.Uml.Activities 命名空間