DidChangeTextDocumentParams.ContentChanges 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 content changes.
public:
property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentContentChangeEvent ^> ^ ContentChanges { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentContentChangeEvent ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentContentChangeEvent ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="contentChanges")]
public Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentContentChangeEvent[] ContentChanges { get; set; }
[<System.Runtime.Serialization.DataMember(Name="contentChanges")>]
member this.ContentChanges : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentContentChangeEvent[] with get, set
Public Property ContentChanges As TextDocumentContentChangeEvent()
Property Value
- Attributes