DeleteState Enumeration

Identifies the state of the element being deleted.

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

Syntax

'Declaration
Public Enumeration DeleteState
public enum DeleteState
public enum class DeleteState
type DeleteState
public enum DeleteState

Members

Member name Description
Active Indicates the element is active.
Deleted Indicates the element has been deleted.
Deleting Indicates the element is in the process of being deleted. This state is valid only while in the context of firing ElementDeletingRules.

See Also

Reference

Microsoft.VisualStudio.Modeling Namespace