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 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)
Syntax
'Declaration
Public Enumeration __VSSEARCHPARSEERROR
public enum __VSSEARCHPARSEERROR
public enum class __VSSEARCHPARSEERROR
type __VSSEARCHPARSEERROR
public enum __VSSEARCHPARSEERROR
Members
Member name | Description | |
---|---|---|
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. |