IStructuralFeature.IsReadOnly 屬性

如果無法變更屬性值,則為 true。

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

語法

'宣告
Property IsReadOnly As Boolean
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 安全性

請參閱

參考

IStructuralFeature 介面

Microsoft.VisualStudio.Uml.Classes 命名空間