_VSOBSEARCHOPTIONS2 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.
Provides additional members to the _VSOBSEARCHOPTIONS enumeration.
This enumeration supports a bitwise combination of its member values.
public enum class _VSOBSEARCHOPTIONS2
public enum class _VSOBSEARCHOPTIONS2
enum _VSOBSEARCHOPTIONS2
[System.Flags]
public enum _VSOBSEARCHOPTIONS2
[<System.Flags>]
type _VSOBSEARCHOPTIONS2 =
Public Enum _VSOBSEARCHOPTIONS2
- Inheritance
-
_VSOBSEARCHOPTIONS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSOBSO_FILTERING | 256 | Specifies filter in class view and the object browser. |
VSOBSO_EXPANDCHILDREN | 512 | Used with VSOBSO_FILTERING if a library supports LF_SUPPORTSFILTERINGWITHEXPANSION. |
VSOBSO_CALLSTO | 1024 | Obtains calls to symbol specified in VSOBSEARCHCRITERIA2. |
VSOBSO_CALLSFROM | 2048 | Obtains calls from symbol specified in VSOBSEARCHCRITERIA2. |
VSOBSO_LISTREFERENCES | 4096 | Specifies that search results should contain references as children. |
Remarks
COM Signature
From vsshell80.idl:
enum _VSOBSEARCHOPTIONS2
{
VSOBSO_FILTERING = 0x0100,
VSOBSO_EXPANDCHILDREN = 0x0200,
VSOBSO_CALLSTO = 0x0400,
VSOBSO_CALLSFROM = 0x0800,
VSOBSO_LISTREFERENCES = 0x1000
};
typedef DWORD VSOBSEARCHOPTIONS2;