SymbolKindSetting.ValueSet Property

Definition

Gets or sets the types of symbol kind the client supports.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to