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

C# | Visual Basic | Visual C++ |
protected override void renderBeginProperty( XplProperty propertyDecl, string propertyName, string typeStr, XplAccesstype_enum access, XplVarstorage_enum propertyStorage, bool isAbstract, bool isFinal, bool isNew, bool isConst, bool isOverride, bool isVirtual, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Sub renderBeginProperty ( _ propertyDecl As XplProperty, _ propertyName As String, _ typeStr As String, _ access As XplAccesstype_enum, _ propertyStorage As XplVarstorage_enum, _ isAbstract As Boolean, _ isFinal As Boolean, _ isNew As Boolean, _ isConst As Boolean, _ isOverride As Boolean, _ isVirtual As Boolean, _ context As ExtendedZOEProcessor..::.EZOEContext _ )
protected: virtual void renderBeginProperty( XplProperty^ propertyDecl, String^ propertyName, String^ typeStr, XplAccesstype_enum access, XplVarstorage_enum propertyStorage, bool isAbstract, bool isFinal, bool isNew, bool isConst, bool isOverride, bool isVirtual, ExtendedZOEProcessor..::.EZOEContext context ) override

- propertyDecl (XplProperty)
- The property decl.
- propertyName (String)
- Name of the property.
- typeStr (String)
- The type STR.
- access (XplAccesstype_enum)
- The access.
- propertyStorage (XplVarstorage_enum)
- The property storage.
- isAbstract (Boolean)
- if set to true [is abstract].
- isFinal (Boolean)
- if set to true [is final].
- isNew (Boolean)
- if set to true [is new].
- isConst (Boolean)
- if set to true [is const].
- isOverride (Boolean)
- if set to true [is override].
- isVirtual (Boolean)
- if set to true [is virtual].
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.