ICustomFunctionDisplayAttributes Properties
Allows you to create a custom function displayed as a comparison operator and specify the operator’s display settings.| Name | Description |
|---|---|
| Category | When implemented by a custom function, designates its functional category. Inherited from ICustomFunctionOperatorBrowsable. |
| Description | When implemented by a custom function, returns its description. Inherited from ICustomFunctionOperatorBrowsable. |
| DisplayName | Specifies the operator’s caption. |
| Image | Specifies the operator’s image. |
| MaxOperandCount | When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. Inherited from ICustomFunctionOperatorBrowsable. |
| MinOperandCount | When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. Inherited from ICustomFunctionOperatorBrowsable. |
| Name | When implemented by a custom function, specifies its name. Inherited from ICustomFunctionOperator. |
See Also