__VSDELETEITEMOPERATION Enumeration
Visual Studio 2015
Specifies how an item is deleted from a hierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| DELITEMOP_DeleteFromStorage | Physically deletes item. This is valid if itemid parameter is set to VSITEMID_ROOT. | |
| DELITEMOP_RemoveFromProject | Does not physically delete item. This is invalid if itemid parameter is set to VSITEMID_ROOT. |
The value of this enumeration determines whether a hierarchy item is removed from the hierarchy or deleted from the project.
From vsshell.idl:
Show: