__VSOBSEARCHFLAGS 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 criteria for the environment's Object Search.
This enumeration supports a bitwise combination of its member values.
public enum class __VSOBSEARCHFLAGS
public enum class __VSOBSEARCHFLAGS
enum __VSOBSEARCHFLAGS
[System.Flags]
public enum __VSOBSEARCHFLAGS
[<System.Flags>]
type __VSOBSEARCHFLAGS =
Public Enum __VSOBSEARCHFLAGS
- Inheritance
-
__VSOBSEARCHFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSOSF_NONE | 0 | No parameters specified. |
VSOSF_SHOWUI | 0 | Synonym for none. |
VSOSF_NOSHOWUI | 1 | Shows Find Symbol Results window. |
VSOSF_EXPANDREFS | 2 | Expands nodes in Find Symbol Results Window (applies only if VSOSF_NOSHOWUI is not set). |
VSOSF_USECURRENTOPTS | 4 | Uses current Find Symbol options (as opposed to those passed-in). |
Remarks
COM Signature
From vsshell.idl: