__VSOBSEARCHFLAGS Enumeration

 

Specifies criteria for the environment's Object Search.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSOBSEARCHFLAGS

Member nameDescription
VSOSF_EXPANDREFS

Expands nodes in Find Symbol Results Window (applies only if VSOSF_NOSHOWUI is not set).

VSOSF_NONE

No parameters specified.

VSOSF_NOSHOWUI

Shows Find Symbol Results window.

VSOSF_SHOWUI

Synonym for none.

VSOSF_USECURRENTOPTS

Uses current Find Symbol options (as opposed to those passed-in).

From vsshell.idl:

Return to top
Show: