[This is preliminary documentation and is subject to change.]
Render a onpointer exp.

C# | Visual Basic | Visual C++ |
protected override string renderOnpointerExp( XplExpression onpointerExp, string expStr, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderOnpointerExp ( _ onpointerExp As XplExpression, _ expStr As String, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderOnpointerExp( XplExpression^ onpointerExp, String^ expStr, ExtendedZOEProcessor..::.EZOEContext context ) override

- onpointerExp (XplExpression)
- The onpointer exp.
- expStr (String)
- The exp STR.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.