_LIB_LISTFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the controls to implement for an object list search.
This enumeration supports a bitwise combination of its member values.
public enum class _LIB_LISTFLAGS
public enum class _LIB_LISTFLAGS
enum _LIB_LISTFLAGS
[System.Flags]
public enum _LIB_LISTFLAGS
[<System.Flags>]
type _LIB_LISTFLAGS =
Public Enum _LIB_LISTFLAGS
- Inheritance
-
_LIB_LISTFLAGS
- Attributes
Fields
LLF_DONTUPDATELIST | 16 | Don't update the symbol list. For find symbol only |
LLF_IGNORESUBSET | 1 | Ignore subsets in the search. For class view requests only. |
LLF_NONE | 0 | No flags are specified. |
LLF_PROJECTONLY | 4 | Search only the project. For class view requests only. |
LLF_RESOURCEVIEW | 32 | Search in resource view. For symbol search only. |
LLF_TRUENESTING | 2 | Search true nested items. For class view requests only. |
LLF_USESEARCHFILTER | 8 | Use a VSOBSEARCHCRITERIA parameter to limit information selection. For symbol search only. |
Remarks
COM Signature
From vsshell.idl:
The environment's object manager uses this enumeration to specify how the search for object list information is to be controlled.