VsScriptJmcCodeType Enumeration
Visual Studio 2015
Represents the type of code.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| 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. |
Show: