VSOBSEARCHTYPE Enumeration

 

Specifies the part of a name that a string represents.

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

public enum VSOBSEARCHTYPE

Member nameDescription
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:

Return to top
Show: