英語で読む

次の方法で共有


__VSDELETEITEMOPERATION Enum

Definition

Specifies how an item is deleted from a hierarchy.

C++/CX
public enum class __VSDELETEITEMOPERATION
Inheritance
__VSDELETEITEMOPERATION

Fields

Name Value Description
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

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022