DocumentOnTypeFormattingParams 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 parameters sent for a textDocument/onTypeFormatting request.
See the Language Server Protocol specification for additional information.
public ref class DocumentOnTypeFormattingParams
public ref class DocumentOnTypeFormattingParams : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams
[System.Runtime.Serialization.DataContract]
public class DocumentOnTypeFormattingParams
[System.Runtime.Serialization.DataContract]
public class DocumentOnTypeFormattingParams : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams
[<System.Runtime.Serialization.DataContract>]
type DocumentOnTypeFormattingParams = class
[<System.Runtime.Serialization.DataContract>]
type DocumentOnTypeFormattingParams = class
inherit TextDocumentPositionParams
Public Class DocumentOnTypeFormattingParams
Public Class DocumentOnTypeFormattingParams
Inherits TextDocumentPositionParams
- Inheritance
-
DocumentOnTypeFormattingParams
- Inheritance
- Attributes
Constructors
DocumentOnTypeFormattingParams() |
Properties
Character |
Gets or sets the character that was typed. |
Options |
Gets or sets the FormattingOptions for the request. |
Position |
Gets or sets the Position at which the request was sent. |
Position |
Gets or sets the value which indicates the position within the document. (Inherited from TextDocumentPositionParams) |
TextDocument |
Gets or sets the TextDocumentIdentifier representing the document to format. |
TextDocument |
Gets or sets the value which identifies the document. (Inherited from TextDocumentPositionParams) |