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 SourceType
Declaration
public static readonly EventType<PublishDiagnosticsNotification> Type
Properties
| Improve this Doc View SourceDiagnostics
Gets or sets the array of diagnostic information items.
Declaration
public Diagnostic[] Diagnostics { get; set; }
| Type | Description |
|---|---|
| Diagnostic[] |
Uri
Gets or sets the URI for which diagnostic information is reported.
Declaration
public string Uri { get; set; }
| Type | Description |
|---|---|
| System.String |