New Method / Property Assistant Options

Top  Previous  Next

 C#   VB.NET   VB6   VBA 

The New Method / Property Assistant section of the Team Options tab allows you to customize the New Method / Property Assistant and Convert Field to Property features.

The New Method tab allows you to customize the nomenclature of the "result" variable for methods returning a value. The Insert > button allows to use predefined variables such as type tags, method name, etc.

OptionsNewMethodPropertyAssistant

The New Property tab allows you to customize whether the field declaration is kept along with the property declaration or not, and the nomenclature of the field. The Insert > button allows to use predefined variables such as type tags, property name, etc. For the VB language you can also customize the nomenclature of the "value" parameter (in C# it is not customizable). For VBA/VB6 you can customize whether to add blank lines at the start and end of methods and properties.

NewPropertyAssistant

See Also:

New Method / Property Assistant

Convert Field to Property

Type Tags

Predefined Variables

User-defined Variables