_LIB_LISTFLAGS Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace