vsCMConstKind Enumeration
Visual Studio 2015
Defines when the variable is eligible to be changed.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCMConstKindConst | Object may only be changed in its declaration. | |
| vsCMConstKindNone | Variable can always be changed. | |
| vsCMConstKindReadOnly | Object may only be changed in the class constructor. |
Show: