ServerCapabilities.DocumentOnTypeFormattingProvider 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 value which indicates if document on type formatting is supported.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DocumentOnTypeFormattingOptions ^ DocumentOnTypeFormattingProvider { Microsoft::VisualStudio::LanguageServer::Protocol::DocumentOnTypeFormattingOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DocumentOnTypeFormattingOptions ^ value); };
[System.Runtime.Serialization.DataMember(Name="documentOnTypeFormattingProvider")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingOptions DocumentOnTypeFormattingProvider { get; set; }
[System.Runtime.Serialization.DataMember(Name="documentOnTypeFormattingProvider")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingOptions? DocumentOnTypeFormattingProvider { get; set; }
[<System.Runtime.Serialization.DataMember(Name="documentOnTypeFormattingProvider")>]
member this.DocumentOnTypeFormattingProvider : Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingOptions with get, set
[<System.Runtime.Serialization.DataMember(Name="documentOnTypeFormattingProvider")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.DocumentOnTypeFormattingProvider : Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingOptions with get, set
Public Property DocumentOnTypeFormattingProvider As DocumentOnTypeFormattingOptions
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute