Click or drag to resize
DidChangeWatchedFilesParamsChanges Property
A collection of FileEvent instances representing changes made to watched files.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public IEnumerable<FileEvent> Changes { get; set; }

Property Value

Type: IEnumerableFileEvent
See Also