共用方式為


IProperty.IsDerived 屬性

如果這個屬性的值是從其他屬性計算而得,則為 true。 例如,[斜線] 是從 [寬度] 和 [高度] 計算而得

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

語法

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

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IProperty 介面

Microsoft.VisualStudio.Uml.Classes 命名空間