CompletionOptions.TriggerCharacters 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 trigger characters.
public:
property cli::array <System::String ^> ^ TriggerCharacters { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="triggerCharacters")]
public string[] TriggerCharacters { get; set; }
[System.Runtime.Serialization.DataMember(Name="triggerCharacters")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string[]? TriggerCharacters { get; set; }
[<System.Runtime.Serialization.DataMember(Name="triggerCharacters")>]
member this.TriggerCharacters : string[] with get, set
[<System.Runtime.Serialization.DataMember(Name="triggerCharacters")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.TriggerCharacters : string[] with get, set
Public Property TriggerCharacters As String()
Property Value
String[]
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute