CompletionSetting.CompletionItemKind 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 CompletionItemKind specific settings.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKindSetting ^ CompletionItemKind { Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKindSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::CompletionItemKindSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="completionItemKind")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKindSetting CompletionItemKind { get; set; }
[System.Runtime.Serialization.DataMember(Name="completionItemKind")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKindSetting? CompletionItemKind { get; set; }
[<System.Runtime.Serialization.DataMember(Name="completionItemKind")>]
member this.CompletionItemKind : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKindSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="completionItemKind")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.CompletionItemKind : Microsoft.VisualStudio.LanguageServer.Protocol.CompletionItemKindSetting with get, set
Public Property CompletionItemKind As CompletionItemKindSetting
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute