_LIB_LISTTYPE2 Enumeration
Visual Studio 2015
Provides additional members to the _LIB_LISTTYPE enumeration.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| LLT_MEMBERHIERARCHY | Member hierarchy list type (object browser places lists of this type in the member pane). | |
| LLT_NIL | NIL; 0 |
From vsshell80.idl:
enum _LIB_LISTTYPE2 { LLT_NIL = 0x000000, LLT_MEMBERHIERARCHY = 0x000020l }; typedef DWORD LIB_LISTTYPE2;
Show: