Share via


PublishDiagnosticParams Class

Definition

Class which represents the parameter that's sent with 'textDocument/publishDiagnostics' messages.

See the Language Server Protocol specification for additional information.

public ref class PublishDiagnosticParams
[System.Runtime.Serialization.DataContract]
public class PublishDiagnosticParams
[<System.Runtime.Serialization.DataContract>]
type PublishDiagnosticParams = class
Public Class PublishDiagnosticParams
Inheritance
PublishDiagnosticParams
Attributes

Constructors

Name Description
PublishDiagnosticParams()

Properties

Name Description
Diagnostics

Gets or sets the collection of diagnostics.

Uri

Gets or sets the URI of the text document.

Applies to