Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the controls to implement for an object list search.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _LIB_LISTFLAGS
[FlagsAttribute]
public enum _LIB_LISTFLAGS
[FlagsAttribute]
public enum class _LIB_LISTFLAGS
[<FlagsAttribute>]
type _LIB_LISTFLAGS
public enum _LIB_LISTFLAGS
Members
Member name | Description | |
---|---|---|
LLF_NONE | No flags are specified. | |
LLF_IGNORESUBSET | Ignore subsets in the search. For class view requests only. | |
LLF_TRUENESTING | Search true nested items. For class view requests only. | |
LLF_PROJECTONLY | Search only the project. For class view requests only. | |
LLF_USESEARCHFILTER | Use a VSOBSEARCHCRITERIA parameter to limit information selection. For symbol search only. | |
LLF_DONTUPDATELIST | Don't update the symbol list. For find symbol only | |
LLF_RESOURCEVIEW | Search in resource view. 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.