Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls variable naming convention.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSDESIGNER_VARIABLENAMING
public enum VSDESIGNER_VARIABLENAMING
public enum class VSDESIGNER_VARIABLENAMING
type VSDESIGNER_VARIABLENAMING
public enum VSDESIGNER_VARIABLENAMING
Members
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. |
Remarks
COM Signature
From vsshell.idl: