FileChangeType Enum
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.
File event type enum.
See the Language Server Protocol specification for additional information.
public enum class FileChangeType
public enum FileChangeType
type FileChangeType =
Public Enum FileChangeType
- Inheritance
-
FileChangeType
Fields
Name | Value | Description |
---|---|---|
Created | 1 | File was created. |
Changed | 2 | File was changed. |
Deleted | 3 | File was deleted. |