__VSDELETEITEMOPERATION Enum

Definition

Specifies how an item is deleted from a hierarchy.

public enum class __VSDELETEITEMOPERATION
public enum class __VSDELETEITEMOPERATION
enum __VSDELETEITEMOPERATION
public enum __VSDELETEITEMOPERATION
type __VSDELETEITEMOPERATION = 
Public Enum __VSDELETEITEMOPERATION
Inheritance
__VSDELETEITEMOPERATION

Fields

DELITEMOP_DeleteFromStorage 1

Physically deletes item. This is valid if itemid parameter is set to VSITEMID_ROOT.

DELITEMOP_RemoveFromProject 2

Does not physically delete item. This is invalid if itemid parameter is set to VSITEMID_ROOT.

Remarks

The value of this enumeration determines whether a hierarchy item is removed from the hierarchy or deleted from the project.

COM Signature

From vsshell.idl:

Applies to