Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the state of the element being deleted.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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. | |
Deleting | Indicates the element is in the process of being deleted. This state is valid only while in the context of firing ElementDeletingRules. | |
Deleted | Indicates the element has been deleted. |