IProperty.IsDerived 属性

如果此属性的值从其他值计算而来,则为 true。 例如:从宽度和高度计算对角线

命名空间:  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)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IProperty 接口

Microsoft.VisualStudio.Uml.Classes 命名空间