Share via


CodeAction.Diagnostics Property

Definition

Gets or sets the diagnostics that this code action resolves.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ Diagnostics { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Diagnostic ^> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="diagnostics")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] Diagnostics { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="diagnostics")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[]? Diagnostics { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="diagnostics")>]
member this.Diagnostics : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] with get, set
Public Property Diagnostics As Diagnostic()

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to