다음을 통해 공유


TextDocumentClientCapabilities.PublishDiagnostics 속성

정의

설정 게시 진단 설정을 가져오거나 설정합니다.

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

속성 값

특성
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

적용 대상