[This is preliminary documentation and is subject to change.]
Renders the field.

C# | Visual Basic | Visual C++ |
protected override void renderField( XplField fieldDecl, string fieldName, string typeStr, string initializerStr, XplAccesstype_enum access, XplVarstorage_enum fieldStorage, bool isNew, bool isVolatile )
Protected Overrides Sub renderField ( _ fieldDecl As XplField, _ fieldName As String, _ typeStr As String, _ initializerStr As String, _ access As XplAccesstype_enum, _ fieldStorage As XplVarstorage_enum, _ isNew As Boolean, _ isVolatile As Boolean _ )
protected: virtual void renderField( XplField^ fieldDecl, String^ fieldName, String^ typeStr, String^ initializerStr, XplAccesstype_enum access, XplVarstorage_enum fieldStorage, bool isNew, bool isVolatile ) override

- fieldDecl (XplField)
- The field decl.
- fieldName (String)
- Name of the field.
- typeStr (String)
- The type STR.
- initializerStr (String)
- The initializer STR.
- access (XplAccesstype_enum)
- The access.
- fieldStorage (XplVarstorage_enum)
- The field storage.
- isNew (Boolean)
- if set to true [is new].
- isVolatile (Boolean)
- if set to true [is volatile].