TextDocumentClientCapabilities.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.
Gets or sets the setting publish diagnostics setting
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::PublishDiagnosticsSetting ^ PublishDiagnostics { Microsoft::VisualStudio::LanguageServer::Protocol::PublishDiagnosticsSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::PublishDiagnosticsSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="publishDiagnostics")]
public Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticsSetting PublishDiagnostics { get; set; }
[System.Runtime.Serialization.DataMember(Name="publishDiagnostics")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticsSetting? PublishDiagnostics { get; set; }
[<System.Runtime.Serialization.DataMember(Name="publishDiagnostics")>]
member this.PublishDiagnostics : Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticsSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="publishDiagnostics")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.PublishDiagnostics : Microsoft.VisualStudio.LanguageServer.Protocol.PublishDiagnosticsSetting with get, set
Public Property PublishDiagnostics As PublishDiagnosticsSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute