_VSOBSEARCHOPTIONS2 Enumeration
Visual Studio 2015
Provides additional members to the _VSOBSEARCHOPTIONS enumeration.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSOBSO_CALLSFROM | Obtains calls from symbol specified in VSOBSEARCHCRITERIA2. | |
| VSOBSO_CALLSTO | Obtains calls to symbol specified in VSOBSEARCHCRITERIA2. | |
| VSOBSO_EXPANDCHILDREN | Used with VSOBSO_FILTERING if a library supports LF_SUPPORTSFILTERINGWITHEXPANSION. | |
| VSOBSO_FILTERING | Specifies filter in class view and the object browser. | |
| VSOBSO_LISTREFERENCES | Specifies that search results should contain references as children. |
From vsshell80.idl:
enum _VSOBSEARCHOPTIONS2 { VSOBSO_FILTERING = 0x0100, VSOBSO_EXPANDCHILDREN = 0x0200, VSOBSO_CALLSTO = 0x0400, VSOBSO_CALLSFROM = 0x0800, VSOBSO_LISTREFERENCES = 0x1000 }; typedef DWORD VSOBSEARCHOPTIONS2;
Show: