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)

Syntax

'Declaration
Public Enumeration VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE
public enum class VSOBSEARCHTYPE
type VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE

Members

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.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace