ServerCapabilities.DocumentRangeFormattingProvider 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 a value indicating whether document range formatting is supported.
public:
property bool DocumentRangeFormattingProvider { bool get(); void set(bool value); };
public:
property Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::DocumentRangeFormattingOptions ^>> DocumentRangeFormattingProvider { Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::DocumentRangeFormattingOptions ^>> get(); void set(Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, Microsoft::VisualStudio::LanguageServer::Protocol::DocumentRangeFormattingOptions ^>> value); };
[System.Runtime.Serialization.DataMember(Name="documentRangeFormattingProvider")]
public bool DocumentRangeFormattingProvider { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentRangeFormattingProvider")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool,Microsoft.VisualStudio.LanguageServer.Protocol.DocumentRangeFormattingOptions>? DocumentRangeFormattingProvider { get; set; }
[<System.Runtime.Serialization.DataMember(Name="documentRangeFormattingProvider")>]
member this.DocumentRangeFormattingProvider : bool with get, set
[<System.Runtime.Serialization.DataMember(Name="documentRangeFormattingProvider")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.DocumentRangeFormattingProvider : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool, Microsoft.VisualStudio.LanguageServer.Protocol.DocumentRangeFormattingOptions>> with get, set
Public Property DocumentRangeFormattingProvider As Boolean
Public Property DocumentRangeFormattingProvider As Nullable(Of SumType(Of Boolean, DocumentRangeFormattingOptions))
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute