DeleteState Enumeration

 

Identifies the state of the element being deleted.

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

public enum class DeleteState

Member nameDescription
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.

Return to top
Show: