Share via


CreateFile.Options Property

Definition

Gets or sets the additional options.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to