__VSSEARCHFILTERTOKENTYPE Enumeration

Specifies the search filter token type.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

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

Members

Member name Description
SFTT_DEFAULT The default search token is used in "Contain" searches (that is, searches for partial matches of text).
SFTT_EXACTMATCH The filter value should be used for "Exact" matches (space-separated).
SFTT_EXCLUDE The searched text matching the filter value is excluded from the results.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace