ResourceOperationKind 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.
The kind of resource operations supported by the client.
See the Language Server Protocol specification for additional information.
public enum class ResourceOperationKind
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Runtime.Serialization.DataContract]
public enum ResourceOperationKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Runtime.Serialization.DataContract>]
type ResourceOperationKind =
Public Enum ResourceOperationKind
- Inheritance
-
ResourceOperationKind
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
Fields
Name | Value | Description |
---|---|---|
Create | 0 | Supports creating new files and folders. |
Rename | 1 | Supports renaming existing files and folders. |
Delete | 2 | Supports deleting existing files and folders. |