SignatureHelpOptions.RetriggerCharacters Property

Definition

Gets or sets the characters that re-trigger signature help when signature help is already showing.

public:
 property cli::array <System::String ^> ^ RetriggerCharacters { 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="retriggerCharacters")]
public string[]? RetriggerCharacters { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="retriggerCharacters")>]
member this.RetriggerCharacters : string[] with get, set
Public Property RetriggerCharacters As String()

Property Value

String[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to