Version

SpecialFilterOperand Class

Defines a class for providing custom operands for filtering values. This class is meant to provide additional context for filtering that cannot simply be achieved with a FilterComparisonOperator and a value.
Syntax
'Declaration
 
Public MustInherit Class SpecialFilterOperand 
public abstract class SpecialFilterOperand 
Remarks

Note: If this operand is used for filtering on a layout that needs to be serialized, then the derived operand needs to implement the System.Runtime.Serialization.ISerializable interface.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also