TextDocumentEdit.Edits 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 array of edits to be applied to the document.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ Edits { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="edits")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] Edits { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="edits")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] Edits { get; set; }
[<System.Runtime.Serialization.DataMember(Name="edits")>]
member this.Edits : Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] with get, set
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="edits")>]
member this.Edits : Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[] with get, set
Public Property Edits As TextEdit()
Property Value
TextEdit[]
- Attributes