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
See Also:
Constant Field Values
Constant Field Value:
0

EXCLUDE

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

EXACT_MATCH

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


© 2012 Microsoft. All rights reserved.