Click or drag to resize
DidChangeWatchedFilesParams Class
Parameters provided to the WatchedFilesChanged event.
Inheritance Hierarchy
SystemObject
  VSCode.EditorDidChangeWatchedFilesParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class DidChangeWatchedFilesParams

The DidChangeWatchedFilesParams type exposes the following members.

Constructors
  NameDescription
Public methodDidChangeWatchedFilesParams
Initializes a new instance of the DidChangeWatchedFilesParams class
Top
Properties
  NameDescription
Public propertyChanges
A collection of FileEvent instances representing changes made to watched files.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also