Share via


DidChangeTextDocumentParams.ContentChanges Property

Definition

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

Applies to