SignatureHelpOptions.RetriggerCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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