DeleteFile.Options Property

Definition

Gets or sets the additional options.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::DeleteFileOptions ^ Options { Microsoft::VisualStudio::LanguageServer::Protocol::DeleteFileOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DeleteFileOptions ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="options")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DeleteFileOptions? Options { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="options")>]
member this.Options : Microsoft.VisualStudio.LanguageServer.Protocol.DeleteFileOptions with get, set
Public Property Options As DeleteFileOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to