Share via


TextDocumentClientCapabilities.Completion Property

Definition

Gets or sets the completion setting.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to