CompilationUnitManager.PublishDiagnostics Property
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.
Called whenever diagnostics within a file have changed and are ready for publishing.
public Action<Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticParams> PublishDiagnostics { get; }
member this.PublishDiagnostics : Action<Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticParams>
Public ReadOnly Property PublishDiagnostics As Action(Of PublishDiagnosticParams)