CompletionItem.TextEdit 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 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