__VSSEARCHFILTERTOKENTYPE Enumeration

 

Specifies the search filter token type.

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

public enum __VSSEARCHFILTERTOKENTYPE

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

Return to top
Show: