__VSOBSEARCHFLAGS Enumeration

Specifies criteria for the environment's Object 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 __VSOBSEARCHFLAGS
[FlagsAttribute]
public enum __VSOBSEARCHFLAGS
[FlagsAttribute]
public enum class __VSOBSEARCHFLAGS
[<FlagsAttribute>]
type __VSOBSEARCHFLAGS
public enum __VSOBSEARCHFLAGS

Members

Member name Description
VSOSF_NONE No parameters specified.
VSOSF_SHOWUI Synonym for none.
VSOSF_NOSHOWUI Shows Find Symbol Results window.
VSOSF_EXPANDREFS Expands nodes in Find Symbol Results Window (applies only if VSOSF_NOSHOWUI is not set).
VSOSF_USECURRENTOPTS Uses current Find Symbol options (as opposed to those passed-in).

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace