__VSDELETEITEMOPERATION Enumeration

 

Specifies how an item is deleted from a hierarchy.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSDELETEITEMOPERATION

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

Return to top
Show: