TextDocumentChangeRegistrationOptions 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 registration options for textDocument/didChange support.
public ref class TextDocumentChangeRegistrationOptions : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentRegistrationOptions
[System.Runtime.Serialization.DataContract]
public class TextDocumentChangeRegistrationOptions : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentRegistrationOptions
[<System.Runtime.Serialization.DataContract>]
type TextDocumentChangeRegistrationOptions = class
inherit TextDocumentRegistrationOptions
Public Class TextDocumentChangeRegistrationOptions
Inherits TextDocumentRegistrationOptions
- Inheritance
- Attributes
Constructors
TextDocumentChangeRegistrationOptions() |
Properties
DocumentSelector |
Gets or sets the document filters for this registration option. (Inherited from TextDocumentRegistrationOptions) |
SyncKind |
Gets or sets the TextDocumentSyncKind that indicates how documents should be synced. |