DocumentHighlightKind 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.
Enum representing the different types of document highlight.
See the Language Server Protocol specification for additional information.
public enum class DocumentHighlightKind
[System.Runtime.Serialization.DataContract]
public enum DocumentHighlightKind
[<System.Runtime.Serialization.DataContract>]
type DocumentHighlightKind =
Public Enum DocumentHighlightKind
- Inheritance
-
DocumentHighlightKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Text | 1 | A textual occurance. |
Read | 2 | Read access of a symbol. |
Write | 3 | Write access of a symbol. |