DocumentOnTypeFormattingParams.Options Property

Definition

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

Applies to