DidChangeWatchedFilesParams.Changes Property

Definition

Gets or sets of the collection of file change events.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileEvent ^> ^ Changes { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileEvent ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FileEvent ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="changes")]
public Microsoft.VisualStudio.LanguageServer.Protocol.FileEvent[] Changes { get; set; }
[<System.Runtime.Serialization.DataMember(Name="changes")>]
member this.Changes : Microsoft.VisualStudio.LanguageServer.Protocol.FileEvent[] with get, set
Public Property Changes As FileEvent()

Property Value

Attributes

Applies to