ModelElement.IsDeleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Has the element been deleted from the model. (Deleted elements are not immediately destroyed so that the undo command may undo deleting the element.)
public:
property bool IsDeleted { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDeleted { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsDeleted : bool
Public ReadOnly Property IsDeleted As Boolean
Property Value
- Attributes