Diagnostic.Tags Property

Definition

Gets or sets the diagnostic's tags.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to