VSDESIGNER_VARIABLENAMING Enumeration

 

Controls variable naming convention.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSDESIGNER_VARIABLENAMING

Member nameDescription
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:

Return to top
Show: