CompletionItem.InsertText Propriedade

Definição

Obtém ou define o texto de inserção.

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

Valor da propriedade

String
Atributos
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Aplica-se a