CompletionItemKindSetting.ValueSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the CompletionItemKind values that the client supports.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKind> ^ ValueSet { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKind> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKind> ^ value); };
[System.Runtime.Serialization.DataMember(Name="valueSet")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKind[] ValueSet { get; set; }
[System.Runtime.Serialization.DataMember(Name="valueSet")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKind[]? ValueSet { get; set; }
[<System.Runtime.Serialization.DataMember(Name="valueSet")>]
member this.ValueSet : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKind[] with get, set
[<System.Runtime.Serialization.DataMember(Name="valueSet")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ValueSet : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKind[] with get, set
Public Property ValueSet As CompletionItemKind()
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute