DidChangeWatchedFilesParams.Changes 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 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