Sdílet prostřednictvím


ResourceOperationKind Výčet

Definice

Druh operací prostředků podporovaných klientem.

Další informace najdete ve specifikaci protokolu languageového serveru .

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
Dědičnost
ResourceOperationKind
Atributy
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute

Pole

Name Hodnota Description
Create 0

Podporuje vytváření nových souborů a složek.

Delete 2

Podporuje odstraňování existujících souborů a složek.

Rename 1

Podporuje přejmenování existujících souborů a složek.

Platí pro