DeleteState Enumeration
Visual Studio 2015
Identifies the state of the element being deleted.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| 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. |
Show: