Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.