ModelElement::IsDeleted Property
Visual Studio 2015
Gets the IsDeleted flag and checks to see whether the element has been deleted from the model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::Booleantrue if the element has been deleted from the model; otherwise, false.
Deleted elements are not immediately destroyed. This enables the undo command to undo the deletion.
Show: