FileEvent Class
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.
Class which represents a file change event.
See the Language Server Protocol specification for additional information.
public ref class FileEvent
[System.Runtime.Serialization.DataContract]
public class FileEvent
[<System.Runtime.Serialization.DataContract>]
type FileEvent = class
Public Class FileEvent
- Inheritance
-
FileEvent
- Attributes
Constructors
FileEvent() |
Properties
FileChangeType |
Gets or sets the file change type. |
Uri |
Gets or sets the URI of the file. |