CompletionItem.InsertText Eigenschaft

Definition

Ruft den Einfügetext ab oder legt ihn fest.

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

Eigenschaftswert

String
Attribute
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Gilt für