_LIB_FLAGS Enumeration
Visual Studio 2015
Specifies attributes for a Library.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LF_EXPANDABLE | Library supports GetLibList. | |
| LF_GLOBAL | Specifies that the library is a Globals list. | |
| LF_HIDEINLIBPICKER | Don't show library or its liblist in the Add Reference dialog box. | |
| LF_PROJECT | Specifies that the library is a Projects list. |
From vsshell.idl:
Use this enumeration to inform the environment's object manager the type of library you have implemented. Include LF_EXPANDABLE if you have implemented GetLibList.
Show: