CompletionItem.AdditionalTextEdits Свойство

Определение

Возвращает или задает дополнительные изменения текста.

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")>]
member this.AdditionalTextEdits : Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] with get, set
Public Property AdditionalTextEdits As TextEdit()

Значение свойства

TextEdit[]
Атрибуты
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Комментарии

Дополнительные изменения текста не должны влиять на изменение основного текста.

Применяется к