PublishDiagnosticParams 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 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
PublishDiagnosticParams() |
Properties
Diagnostics |
Gets or sets the collection of diagnostics. |
Uri |
Gets or sets the URI of the text document. |