PublishDiagnosticsSetting.TagSupport Property

Definition

Gets or sets a value indicating whether gets or sets the TagSupport capabilities.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to