Diagnostic.Tags 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置诊断标记。
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()
属性值
- 属性
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute