Condividi tramite


TextDocumentClientCapabilities.PublishDiagnostics Proprietà

Definizione

Ottiene o imposta l'impostazione pubblica diagnostica

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

Valore della proprietà

Attributi
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Si applica a