CompletionItem.TextEdit Property

Definition

Gets or sets the text edit.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^ TextEdit { Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="textEdit")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit TextEdit { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="textEdit")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit? TextEdit { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="textEdit")>]
member this.TextEdit : Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit with get, set
Public Property TextEdit As TextEdit

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to