Compartir a través de


IRedefinableElement.IsLeaf (Propiedad)

Es true si este elemento no debe especializarse.Es decir, no debe ser destino de una relación de generalización.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IRedefinableElement Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)