__VSSEARCHPARSEERROR Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the possible bit field values for the search parser errors.
public enum class __VSSEARCHPARSEERROR
public enum class __VSSEARCHPARSEERROR
enum __VSSEARCHPARSEERROR
public enum __VSSEARCHPARSEERROR
type __VSSEARCHPARSEERROR =
Public Enum __VSSEARCHPARSEERROR
- Inheritance
-
__VSSEARCHPARSEERROR
Fields
SPE_EMPTYFILTERFIELD | 4 | An empty filter field occurred in the token. |
SPE_EMPTYFILTERVALUE | 8 | An empty filter value occurred in the token. |
SPE_INVALIDESCAPE | 2 | An invalid escape character sequence occurred (only \, ", :, and = are accepted). |
SPE_NONE | 0 | No error occurred parsing the string. |
SPE_UNMATCHEDQUOTES | 1 | Unmatched or unclosed quotes occurred around a search token. |