VsScriptJmcCodeType 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.
Represents the type of code.
public enum class VsScriptJmcCodeType
public enum class VsScriptJmcCodeType
enum VsScriptJmcCodeType
public enum VsScriptJmcCodeType
type VsScriptJmcCodeType =
Public Enum VsScriptJmcCodeType
- Inheritance
-
VsScriptJmcCodeType
Fields
SJMC_LIBRARYCODE | 1 | The code belongs to a library that may interact with user code. |
SJMC_UNRELATEDCODE | 2 | The code is not related to any user code. |
SJMC_UNSURE | -1 | The project is not aware of this code. |
SJMC_USERCODE | 0 | User code. |