CompletionOptions.AllCommitCharacters Property

Definition

Gets or sets a value indicating all the possible commit characters associated with the language server.

public:
 property cli::array <System::String ^> ^ AllCommitCharacters { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="allCommitCharacters")]
public string[] AllCommitCharacters { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="allCommitCharacters")]
public string[]? AllCommitCharacters { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="allCommitCharacters")>]
member this.AllCommitCharacters : string[] with get, set
Public Property AllCommitCharacters As String()

Property Value

String[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to