_LIB_LISTFLAGS Enumeration
Visual Studio 2015
Specifies the controls to implement for an object list search.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LLF_DONTUPDATELIST | Don't update the symbol list. For find symbol only | |
| LLF_IGNORESUBSET | Ignore subsets in the search. For class view requests only. | |
| LLF_NONE | No flags are specified. | |
| LLF_PROJECTONLY | Search only the project. For class view requests only. | |
| LLF_RESOURCEVIEW | Search in resource view. For symbol search only. | |
| LLF_TRUENESTING | Search true nested items. For class view requests only. | |
| LLF_USESEARCHFILTER | Use a VSOBSEARCHCRITERIA parameter to limit information selection. For symbol search only. |
From vsshell.idl:
The environment's object manager uses this enumeration to specify how the search for object list information is to be controlled.
Show: