VSDESIGNER_VARIABLENAMING Enumeration
Visual Studio 2015
Controls variable naming convention.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSDVN_Camel | Variables are generated with camel case. For example, button1. | |
| VSDVN_VB | Variables are generated with VB-like case. For example, Button1. |
From vsshell.idl:
Show: