IRedefinableElement.IsLeaf 属性

如果此元素不应被专用化,则为 true。 也就是说,它不应归为“泛化”关系的目标。

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

语法

声明
Property IsLeaf As Boolean
    Get
    Set
bool IsLeaf { get; set; }
property bool IsLeaf {
    bool get ();
    void set (bool value);
}
abstract IsLeaf : bool with get, set
function get IsLeaf () : boolean
function set IsLeaf (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IRedefinableElement 接口

Microsoft.VisualStudio.Uml.Classes 命名空间