Sdílet prostřednictvím


IRedefinableElement.IsLeaf – vlastnost

TRUE, pokud tento prvek by měl být specializované. Nesmí tedy cíl generalizace vztah.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IRedefinableElement Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů