SourceState 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.
Specifies the state of source code text. This class is used together with other classes that provide information to color JScript code in an editor.
This API supports the product infrastructure and is not intended to be used directly from your code.
public enum class SourceState
[System.Runtime.InteropServices.ComVisible(true)]
public enum SourceState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("BA731F6A-3D25-39AE-BE18-C2EF646AE58B")]
public enum SourceState
[<System.Runtime.InteropServices.ComVisible(true)>]
type SourceState =
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("BA731F6A-3D25-39AE-BE18-C2EF646AE58B")>]
type SourceState =
Public Enum SourceState
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
STATE_COLOR_NORMAL | 0 | Normal text. |
STATE_COLOR_COMMENT | 1 | Comment text. |
STATE_COLOR_STRING | 2 | String literal text. |
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.