[This is preliminary documentation and is subject to change.]
Render a writecode block.

C# | Visual Basic | Visual C++ |
protected override string renderWritecodeBlock( XplWriteCodeBody xplWriteCodeBody, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderWritecodeBlock ( _ xplWriteCodeBody As XplWriteCodeBody, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderWritecodeBlock( XplWriteCodeBody^ xplWriteCodeBody, ExtendedZOEProcessor..::.EZOEContext context ) override

- xplWriteCodeBody (XplWriteCodeBody)
- The Zoe write code body.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.