'Declaration Public Enum ComboFilteringCondition Inherits System.Enum
public enum ComboFilteringCondition : System.Enum
Member | Description |
---|---|
Contains | Single match in item |
DoesNotContain | Match which does not contain from item text |
DoesNotEqual | Does not match item |
EndsWith | Match which ends with the item text |
Equals | Single match in item |
GreaterThan | Match items that are greater than some item |
GreaterThanOrEqualTo | Match items that are greater than or equal to some item |
LessThan | Match items that are less than some item |
LessThanOrEqualTo | Match items that are less than or equal to some item |
StartsWith | Match which starts from beginning of item text |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub