IAssociation.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 安全性

请参见

参考

IAssociation 接口

Microsoft.VisualStudio.Uml.Classes 命名空间