__VSDELETEITEMOPERATION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
DELITEMOP_RemoveFromProject | 2 | Does not physically delete item. This is invalid if |
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: