vsCMConstKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines when the variable is eligible to be changed.
public enum class vsCMConstKind
public enum class vsCMConstKind
enum vsCMConstKind
[System.Runtime.InteropServices.Guid("4438EED0-E747-49AC-8D22-00F26B18755D")]
public enum vsCMConstKind
[<System.Runtime.InteropServices.Guid("4438EED0-E747-49AC-8D22-00F26B18755D")>]
type vsCMConstKind =
Public Enum vsCMConstKind
- Inheritance
-
vsCMConstKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCMConstKindNone | 0 | Variable can always be changed. |
vsCMConstKindConst | 1 | Object may only be changed in its declaration. |
vsCMConstKindReadOnly | 2 | Object may only be changed in the class constructor. |