CompletionOptions.AllCommitCharacters Propriedade

Definição

Obtém ou define um valor que indica todos os possíveis caracteres de confirmação associados ao servidor de idioma.

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; }
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
member this.AllCommitCharacters : string[] with get, set
Public Property AllCommitCharacters As String()

Valor da propriedade

String[]
Atributos
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Aplica-se a