DocumentHighlight Class
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.
Class representing the response from a textDocument/documentHighlight request.
See the Language Server Protocol specification for additional information.
public ref class DocumentHighlight
[System.Runtime.Serialization.DataContract]
public class DocumentHighlight
[<System.Runtime.Serialization.DataContract>]
type DocumentHighlight = class
Public Class DocumentHighlight
- Inheritance
-
DocumentHighlight
- Attributes
Constructors
DocumentHighlight() |
Properties
Kind |
Gets or sets the kind of highlight. |
Range |
Gets or sets the range that the highlight applies to. |