VsScriptJmcCodeType Enumeration
Represents the type of code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Public Enumeration VsScriptJmcCodeType
public enum VsScriptJmcCodeType
public enum class VsScriptJmcCodeType
type VsScriptJmcCodeType
public enum VsScriptJmcCodeType
Members
Member name | Description | |
---|---|---|
SJMC_LIBRARYCODE | The code belongs to a library that may interact with user code. | |
SJMC_UNRELATEDCODE | The code is not related to any user code. | |
SJMC_UNSURE | The project is not aware of this code. | |
SJMC_USERCODE | User code. |