Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the search filter token type.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.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. |