__VSSEARCHPARSEERROR Enumeration

 

Specifies the possible bit field values for the search parser errors.

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

public enum __VSSEARCHPARSEERROR

Member nameDescription
SPE_EMPTYFILTERFIELD

An empty filter field occurred in the token.

SPE_EMPTYFILTERVALUE

An empty filter value occurred in the token.

SPE_INVALIDESCAPE

An invalid escape character sequence occurred (only \\, \", \:, and \= are accepted).

SPE_NONE

No error occurred parsing the string.

SPE_UNMATCHEDQUOTES

Unmatched or unclosed quotes occurred around a search token.

Return to top
Show: