_LIBCAT_NODETYPE Enumeration
Visual Studio 2015
Specifies the node type of a tree list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LCNT_FOLDER | Node is a folder list. | |
| LCNT_HIERARCHY | Node is a hierarchy list. | |
| LCNT_PROJECT | Node is a project list. | |
| LCNT_SYMBOL | Node is a symbol list. |
From vsshell.idl:
Show: