Udostępnij przez


Diagnostic.Severity Property

Definition

A diagnostic instance may represent an error, warning, hint, etc., and each may impose different behavior on an editor. This member indicates the diagnostic's kind.

public Microsoft.PowerFx.LanguageServerProtocol.Protocol.DiagnosticSeverity Severity { get; set; }
member this.Severity : Microsoft.PowerFx.LanguageServerProtocol.Protocol.DiagnosticSeverity with get, set
Public Property Severity As DiagnosticSeverity

Property Value

Applies to