Share via


FileEvent Class

Definition

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

Name Description
FileEvent()

Properties

Name Description
FileChangeType

Gets or sets the file change type.

Uri

Gets or sets the URI of the file.

Applies to