ModelElement::IsDeleting Property

 

Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
[BrowsableAttribute(false)]
property bool IsDeleting {
	bool get();
}

Property Value

Type: System::Boolean

true if the element is being deleted from the model; otherwise, false.

Deleted elements are not immediately destroyed. This enables the undo command to undo the deletion.

Return to top
Show: