TextDocumentClientCapabilities.PublishDiagnostics 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定發佈診斷設定
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