Partager via


HierarchyAddType Enumeration

Enumeration for the type of item to be added to the hierarchy.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public Enumeration HierarchyAddType

Dim instance As HierarchyAddType
public enum HierarchyAddType
public enum class HierarchyAddType
public enum HierarchyAddType

Members

Member name Description
AddNewItem Adds a new item.
AddExistingItem Adds an existing item.

Remarks

HierarchyAddType handles the Add Item and Add New Item command IDs. Values are taken from __VSADDITEMFLAGS.

See Also

Reference

Microsoft.VisualStudio.Package Namespace