共用方式為


IAssociation.IsDerived 屬性

如果這個關聯的連結是由其他關聯或屬性的參考所定義,則為 true。 例如,關聯 Grandparent 衍生自 Parent。

命名空間:  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 安全性

請參閱

參考

IAssociation 介面

Microsoft.VisualStudio.Uml.Classes 命名空間