SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class PublishDiagnosticsNotification

Inheritance
System.Object
PublishDiagnosticsNotification
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class PublishDiagnosticsNotification

Fields

| Improve this Doc View Source

Type

Declaration
public static readonly EventType<PublishDiagnosticsNotification> Type

Properties

| Improve this Doc View Source

Diagnostics

Gets or sets the array of diagnostic information items.

Declaration
public Diagnostic[] Diagnostics { get; set; }
Type Description
Diagnostic[]
| Improve this Doc View Source

Uri

Gets or sets the URI for which diagnostic information is reported.

Declaration
public string Uri { get; set; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX