DocumentOnTypeFormattingParams.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 FormattingOptions for the request.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::FormattingOptions ^ Options { Microsoft::VisualStudio::LanguageServer::Protocol::FormattingOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::FormattingOptions ^ value); };
[System.Runtime.Serialization.DataMember(Name="options")]
public Microsoft.VisualStudio.LanguageServer.Protocol.FormattingOptions Options { get; set; }
[<System.Runtime.Serialization.DataMember(Name="options")>]
member this.Options : Microsoft.VisualStudio.LanguageServer.Protocol.FormattingOptions with get, set
Public Property Options As FormattingOptions
Property Value
- Attributes