Skip to main content
A newer version of this page is available. .

ICustomFunctionOperatorBrowsable Properties

Provides additional information (a function category, function description, parameter count, etc.) on custom functions for Expression Editors.
Name Description
Category When implemented by a custom function, designates its functional category.
Description When implemented by a custom function, returns its description.
MaxOperandCount When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept.
MinOperandCount When implemented by a custom function, returns the minimum number of operands (parameters) required by this function.
Name When implemented by a custom function, specifies its name. Inherited from ICustomFunctionOperator.
See Also