IAssociation.IsDerived 属性

如果此关联的链接由对其他关联或属性的引用定义,则为 true。 例如,关联 Grandparent 从 Parent 派生。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property IsDerived As Boolean
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)

属性值

类型:Boolean

.NET Framework 安全性

请参阅

参考

IAssociation 接口

Microsoft.VisualStudio.Uml.Classes 命名空间