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

C# | Visual Basic | Visual C++ |
protected override string renderType( XplType type, string declareName, ExtendedZOEProcessor..::.EZOETypeContext typeContext, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderType ( _ type As XplType, _ declareName As String, _ typeContext As ExtendedZOEProcessor..::.EZOETypeContext, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderType( XplType^ type, String^ declareName, ExtendedZOEProcessor..::.EZOETypeContext typeContext, ExtendedZOEProcessor..::.EZOEContext context ) override

- type (XplType)
- The type.
- declareName (String)
- Name of the declare.
- typeContext (ExtendedZOEProcessor..::.EZOETypeContext)
- The type context.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.