TextDocumentSaveRegistrationOptions 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 registering textDocument/didSave support.
public ref class TextDocumentSaveRegistrationOptions : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentRegistrationOptions
[System.Runtime.Serialization.DataContract]
public class TextDocumentSaveRegistrationOptions : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentRegistrationOptions
[<System.Runtime.Serialization.DataContract>]
type TextDocumentSaveRegistrationOptions = class
inherit TextDocumentRegistrationOptions
Public Class TextDocumentSaveRegistrationOptions
Inherits TextDocumentRegistrationOptions
- Inheritance
- Attributes
Constructors
TextDocumentSaveRegistrationOptions() |
Properties
DocumentSelector |
Gets or sets the document filters for this registration option. (Inherited from TextDocumentRegistrationOptions) |
IncludeText |
Gets or sets a value indicating whether the client should include the content on save. |