__VSDELETEITEMOPERATION Enum
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
C++/CX
public enum class __VSDELETEITEMOPERATION
enum __VSDELETEITEMOPERATION
public enum __VSDELETEITEMOPERATION
type __VSDELETEITEMOPERATION =
Public Enum __VSDELETEITEMOPERATION
- Inheritance
-
__VSDELETEITEMOPERATION
Name | Value | Description |
---|---|---|
DELITEMOP_DeleteFromStorage | 1 | Physically deletes item. This is valid if |
DELITEMOP_RemoveFromProject | 2 | Does not physically delete item. This is invalid if |
The value of this enumeration determines whether a hierarchy item is removed from the hierarchy or deleted from the project.
From vsshell.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |