DocumentOnTypeFormattingOptions Class
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.
Class representing the options for on type formatting.
See the Language Server Protocol specification for additional information.
public ref class DocumentOnTypeFormattingOptions
[System.Runtime.Serialization.DataContract]
public class DocumentOnTypeFormattingOptions
[<System.Runtime.Serialization.DataContract>]
type DocumentOnTypeFormattingOptions = class
Public Class DocumentOnTypeFormattingOptions
- Inheritance
-
DocumentOnTypeFormattingOptions
- Attributes
Constructors
DocumentOnTypeFormattingOptions() |
Properties
FirstTriggerCharacter |
Gets or sets the first trigger character. |
MoreTriggerCharacter |
Gets or sets additional trigger characters. |