VSOBSEARCHTYPE Enumeration
Visual Studio 2015
Specifies the part of a name that a string represents.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| SO_ENTIREWORD | Search for entire word. | |
| SO_PRESTRING | Search for a word starting with a string. | |
| SO_SUBSTRING | Search for a word containing a string. |
From vsshell.idl:
Show: