DidChangeWatchedFilesParams Class |
Namespace: VSCode.Editor
public class DidChangeWatchedFilesParams
The DidChangeWatchedFilesParams type exposes the following members.
Name | Description | |
---|---|---|
DidChangeWatchedFilesParams | Initializes a new instance of the DidChangeWatchedFilesParams class |
Name | Description | |
---|---|---|
Changes |
A collection of FileEvent instances representing changes made to watched files.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |