Diagnostic.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; }
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
member this.Tags : Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticTag[] with get, set
Public Property Tags As DiagnosticTag()

属性值

DiagnosticTag[]
属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

适用于