CreateFile.Options Property
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.
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