[This is preliminary documentation and is subject to change.]
Return the text for a field name
| C# | Visual Basic | Visual C++ |
public override string RenderField( IElementDef field, Object def )
Public Overrides Function RenderField ( _ field As IElementDef, _ def As Object _ ) As String
public: virtual String^ RenderField ( IElementDef^ field, Object^ def ) override
- field (IElementDef)
- The field
- def (Object)
- The corresponding field definition from the Map passed to the format method
The implementation returns the field name in whatever form is
appropriate to the implementation, using the supplied def
Object if necessary to obtain additional field information.