_LIBCAT_NODETYPE Enumeration

 

Specifies the node type of a tree list.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum _LIBCAT_NODETYPE

Member nameDescription
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:

Return to top
Show: