'Declaration
Public Sub Add( _ ByVal filterOperand As UAFilterOperand _ )
'Usage
Dim instance As UAContentFilterElementBuilder Dim filterOperand As UAFilterOperand instance.Add(filterOperand)
public void Add( UAFilterOperand filterOperand )
public: void Add( UAFilterOperand^ filterOperand )
Parameters
- filterOperand
- The filter operand to be added.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).