CompletionOptions.AllCommitCharacters Eigenschaft

Definition

Ruft einen Wert ab, der alle möglichen dem Sprachserver zugeordneten Commit-Zeichen angibt, oder legt diesen fest.

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()

Eigenschaftswert

String[]
Attribute
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Gilt für