CompletionItem.AdditionalTextEdits 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 any additional text edits.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ AdditionalTextEdits { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="additionalTextEdits")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] AdditionalTextEdits { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="additionalTextEdits")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]? AdditionalTextEdits { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="additionalTextEdits")>]
member this.AdditionalTextEdits : Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] with get, set
Public Property AdditionalTextEdits As TextEdit()
Property Value
TextEdit[]
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute
Remarks
Additional text edits must not interfere with the main text edit.