DocumentHighlight Class

Definition

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.

Applies to