IRedefinableElement.IsLeaf Property
True if this element should not be specialized. That is, it should not be the target of a Generalization relationship.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool IsLeaf { get; set; }
property bool IsLeaf {
bool get();
void set(bool value);
}
abstract IsLeaf : bool with get, set
Property IsLeaf As Boolean
Property Value
Type: System.Boolean
See Also
IRedefinableElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top