DocumentOnTypeFormattingOptions.MoreTriggerCharacter Property

Definition

Gets or sets additional trigger characters.

public:
 property cli::array <System::String ^> ^ MoreTriggerCharacter { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="moreTriggerCharacter")]
public string[] MoreTriggerCharacter { get; set; }
[System.Runtime.Serialization.DataMember(Name="moreTriggerCharacter")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string[]? MoreTriggerCharacter { get; set; }
[<System.Runtime.Serialization.DataMember(Name="moreTriggerCharacter")>]
member this.MoreTriggerCharacter : string[] with get, set
[<System.Runtime.Serialization.DataMember(Name="moreTriggerCharacter")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.MoreTriggerCharacter : string[] with get, set
Public Property MoreTriggerCharacter As String()

Property Value

String[]
Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to