__VSSEARCHPARSEERROR Enum

Definition

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

C++/CX
public enum class __VSSEARCHPARSEERROR
Inheritance
__VSSEARCHPARSEERROR

Fields

Name Value Description
SPE_NONE 0

No error occurred parsing the string.

SPE_UNMATCHEDQUOTES 1

Unmatched or unclosed quotes occurred around a search token.

SPE_INVALIDESCAPE 2

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

SPE_EMPTYFILTERFIELD 4

An empty filter field occurred in the token.

SPE_EMPTYFILTERVALUE 8

An empty filter value occurred in the token.

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022