TagSupport.ValueSet Property

Definition

Gets or sets a value indicating the tags supported by the client.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::DiagnosticTag> ^ ValueSet { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::DiagnosticTag> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::DiagnosticTag> ^ value); };
[System.Runtime.Serialization.DataMember(Name="valueSet")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticTag[] ValueSet { get; set; }
[<System.Runtime.Serialization.DataMember(Name="valueSet")>]
member this.ValueSet : Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticTag[] with get, set
Public Property ValueSet As DiagnosticTag()

Property Value

Attributes

Applies to