com.microsoft.tfs.core.search
Interface VSSearchParseError


public interface VSSearchParseError


Field Summary
static int EMPTY_FILTER_FIELD
           
static int EMPTY_FILTER_VALUE
           
static int INVALID_ESCAPE
           
static int NONE
           
static int UNMATCHED_QUOTES
           
 

Field Detail

NONE

static final int NONE
Constant Field Value:
0
See Also:
Constant Field Values

UNMATCHED_QUOTES

static final int UNMATCHED_QUOTES
Constant Field Value:
1
See Also:
Constant Field Values

INVALID_ESCAPE

static final int INVALID_ESCAPE
Constant Field Value:
2
See Also:
Constant Field Values

EMPTY_FILTER_FIELD

static final int EMPTY_FILTER_FIELD
Constant Field Value:
4
See Also:
Constant Field Values

EMPTY_FILTER_VALUE

static final int EMPTY_FILTER_VALUE
Constant Field Value:
8
See Also:
Constant Field Values


© 2015 Microsoft. All rights reserved.