com.microsoft.tfs.core.search
Interface VSSearchFilterTokenType


public interface VSSearchFilterTokenType


Field Summary
static int DEFAULT
           
static int EXACT_MATCH
           
static int EXCLUDE
           
 

Field Detail

DEFAULT

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

EXCLUDE

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

EXACT_MATCH

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


© 2015 Microsoft. All rights reserved.