'Declaration
Public Function Remove( _ ByVal filterOperand As UAFilterOperand _ ) As Boolean
'Usage
Dim instance As UAContentFilterElementBuilder Dim filterOperand As UAFilterOperand Dim value As Boolean value = instance.Remove(filterOperand)
public bool Remove( UAFilterOperand filterOperand )
public: bool Remove( UAFilterOperand^ filterOperand )
Parameters
- filterOperand
- The filter operand to remove.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).