IRedefinableElement.IsLeaf 屬性

如果不應特製化這個項目,則為 true。也就是說,它不應是一般化關聯性的目標。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property IsLeaf As Boolean
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 命名空間